#8D9AAE

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

Shades of Rock Blue #8D9AAE

Tints of Rock Blue #8D9AAE

Color information

#8D9AAE (or 0x8D9AAE) is unknown color: approx Rock Blue. HEX triplet: 8D, 9A and AE. RGB value is (141,154,174). Sum of RGB (Red+Green+Blue) = 141+154+174=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9AAE is #726551. Grayscale: #989898. Windows color (decimal): -7497042 or 11442829. OLE color: 11442829.

HSL color Cylindrical-coordinate representation of color #8D9AAE: hue angle of 216.36º 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 #8D9AAE is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141154174-
CMYK0.190.1100.32
HSL216.36º16.92%61.76%-
HSV(B)216.36º18.97%68.24%-
XYZ30.1831.8344.6-
YUV152.39140.19119.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.06%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=30.06%
G=32.84%
B=37.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411541740.190.1100.32216.3616.9261.76
Hex8D9AAE13B020d8113e
Octal21523225623130403302176
Binary10001101100110101010111010011101101000001101100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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