Color Hex Logo

#7989fb Color Hex

#7989FB
(121,137,251)
0 Favorites   0 Comments

Color spaces of #7989fb

RGB 121137251
HSL0.650.940.73
HSV233°52°98°
CMYK 0.520.450.00   0.02
XYZ34.243428.921395.0443
Yxy28.92130.21640.1828
Hunter Lab53.778519.5472-67.1399
CIE-Lab60.712125.1254-58.8779

#7989fb color RGB value is (121,137,251).

#7989fb hex color red value is 121, green value is 137 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7989fb hue: 0.65 , saturation: 0.94 and the lightness value of 7989fb is 0.73.

The process color (four color CMYK) of #7989fb color hex is 0.52, 0.45, 0.00, 0.02. Web safe color of #7989fb is #6699ff. Color #7989fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001001 11111011
Octal 171 211 373
Decimal 121 137 251
Hex 79 89 FB

RGB Percentages of Color #7989fb

%23.77
%26.92
%49.31

CMYK Percentages of Color #7989fb

%52
%45
%0
%2

Triadic Colors of #7989fb

#7989fb #fb7989 #89fb79

Analogous Colors of #7989fb

#7989fb #aa79fb #79cafb

Monochromatic Colors of #7989fb

#7989fb

Complementary Color

#7989fb #fbeb79

#7989fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7989fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7989fb Color CSS Codes

.mybgcolor {background-color:#7989fb; } 
.myforecolor {color:#7989fb; }
.mybordercolor {border:3px solid #7989fb; }

#7989fb Text Font Color

<p style="color:#7989fb">Text here</p>

This sample text font color is #7989fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7989fb Background Color

<div style="background-color:#7989fb">
Div content here</div>

This div background color is #7989fb


#7989fb Border Color

<div style="border:3px solid #7989fb">
Div here</div>

This div border color is #7989fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,137,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7989fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7989fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7989fb;
  box-shadow:         1px 1px 3px 2px #7989fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,137,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7989fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7989fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7989fb;
  box-shadow:         1px 1px 3px 2px #7989fb;">
Div content here</div>

This div box has shadow with color #7989fb


Comments

No comments written yet.

Please login to write comment.