#989DAE

Color #989DAE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #989DAE

Tints of Rock Blue #989DAE

Color information

#989DAE (or 0x989DAE) is unknown color: approx Rock Blue. HEX triplet: 98, 9D and AE. RGB value is (152,157,174). Sum of RGB (Red+Green+Blue) = 152+157+174=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #989DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989DAE is #676251. Grayscale: #9D9D9D. Windows color (decimal): -6775378 or 11443608. OLE color: 11443608.

HSL color Cylindrical-coordinate representation of color #989DAE: hue angle of 226.36º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #989DAE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152157174-
CMYK0.130.1000.32
HSL226.36º11.96%63.92%-
HSV(B)226.36º12.64%68.24%-
XYZ32.6533.8544.86-
YUV157.44137.34124.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=31.47%
G=32.51%
B=36.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521571740.130.1000.32226.3611.9663.92
Hex989DAEDA020e2c40
Octal230235256151204034214100
Binary1001100010011101101011101101101001000001110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989DAE; }

 p { color: rgb(152,157,174); }

 H1.HeaderClassName
 {
   color: #989DAE;
 }
 .AnyTagClassName
 {
   color: #989DAE;
 }
</style>
background-color css

<style>
 a { background-color: #989DAE; }

 a { background-color: rgb(152,157,174); }

 div.DivClassName
 {
   background-color: #989DAE;
 }
 .BgClassName
 {
   background-color: #989DAE;
 }
</style>
border-color css

<style>
 span { border-color: #989DAE; }

 span { border-color: rgb(152,157,174); }

 td.TdClassName
 {
   border-color: #989DAE;
 }
 .TagClassName
 {
   border-color: #989DAE;
 }
</style>