Color Hex Logo

#7998bd Color Hex

#7998BD
(121,152,189)
0 Favorites   0 Comments

Color spaces of #7998bd

RGB 121152189
HSL0.590.340.61
HSV213°36°74°
CMYK 0.360.200.00   0.26
XYZ28.298730.195552.4809
Yxy30.19550.25500.2721
Hunter Lab54.9504-4.2383-18.1601
CIE-Lab61.8225-1.5705-22.6344

#7998bd color RGB value is (121,152,189).

#7998bd hex color red value is 121, green value is 152 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7998bd hue: 0.59 , saturation: 0.34 and the lightness value of 7998bd is 0.61.

The process color (four color CMYK) of #7998bd color hex is 0.36, 0.20, 0.00, 0.26. Web safe color of #7998bd is #6699cc. Color #7998bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011000 10111101
Octal 171 230 275
Decimal 121 152 189
Hex 79 98 BD

RGB Percentages of Color #7998bd

%26.19
%32.90
%40.91

CMYK Percentages of Color #7998bd

%36
%20
%0
%26

Triadic Colors of #7998bd

#7998bd #bd7998 #98bd79

Analogous Colors of #7998bd

#7998bd #7c79bd #79babd

Monochromatic Colors of #7998bd

#7998bd

Complementary Color

#7998bd #bd9e79

#7998bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7998bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7998bd Color CSS Codes

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

#7998bd Text Font Color

<p style="color:#7998bd">Text here</p>

This sample text font color is #7998bd
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.


#7998bd Background Color

<div style="background-color:#7998bd">
Div content here</div>

This div background color is #7998bd


#7998bd Border Color

<div style="border:3px solid #7998bd">
Div here</div>

This div border color is #7998bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,152,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7998bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7998bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7998bd;
  box-shadow:         1px 1px 3px 2px #7998bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7998bd


Comments

No comments written yet.

Please login to write comment.