#8D99AE

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

Shades of Rock Blue #8D99AE

Tints of Rock Blue #8D99AE

Color information

#8D99AE (or 0x8D99AE) is unknown color: approx Rock Blue. HEX triplet: 8D, 99 and AE. RGB value is (141,153,174). Sum of RGB (Red+Green+Blue) = 141+153+174=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D99AE is #726651. Grayscale: #979797. Windows color (decimal): -7497298 or 11442573. OLE color: 11442573.

HSL color Cylindrical-coordinate representation of color #8D99AE: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D99AE is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141153174-
CMYK0.190.1200.32
HSL218.18º16.92%61.76%-
HSV(B)218.18º18.97%68.24%-
XYZ30.0231.544.54-
YUV151.81140.52120.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.13%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=30.13%
G=32.69%
B=37.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411531740.190.1200.32218.1816.9261.76
Hex8D99AE13C020da113e
Octal21523125623140403322176
Binary10001101100110011010111010011110001000001101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D99AE; }

 p { color: rgb(141,153,174); }

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

<style>
 a { background-color: #8D99AE; }

 a { background-color: rgb(141,153,174); }

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

<style>
 span { border-color: #8D99AE; }

 span { border-color: rgb(141,153,174); }

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