Html Css Color HEX #8D9DAE Rock Blue

📋 copy color: '#8D9DAE'

red 141 ◦ green 157 ◦ blue 174

#8D9DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8D9DAE

Tints of Rock Blue #8D9DAE

RGB

 RED value IS 141 (55.47% from 255) = 29.87%

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 29.87%
G = 33.26%
B = 36.86%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D9DAE (or 0x8D9DAE) is known color: Rock Blue. HEX triplet: 8D, 9D and AE. RGB value is (141,157,174). Sum of RGB (Red+Green+Blue) = 141+157+174=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D9DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9DAE is #726251. Grayscale: #9A9A9A. Windows color (decimal): -7496274 or 11443597. OLE color: 11443597.

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

Color convert

RGB 141 157 174 -
CMYK 0.19 0.10 0 0.32
HSL 210.91º 0.17% 0.62% -
HSV(B) 210.91º 0.19% 0.68% -
XYZ 30.68 32.83 44.76 -
YUV 154.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 141 157 174 0.19 0.10 0 0.32 210.91 0.17 0.62
Hex 8D 9D AE 13 A 0 20 D3 11 3E
Octal 215 235 256 23 12 0 40 323 21 76
Binary 10001101 10011101 10101110 10011 1010 0 100000 11010011 10001 111110

Color Harmonies of #8D9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9DAE

Black with #8D9DAE

Text Example


Text Example

White with #8D9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D9DAE;
 }
 .AnyTagClassName
 {
   color: #8D9DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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