Html Css Color HEX #8D9CAF Rock Blue

📋 copy color: '#8D9CAF'

red 141 ◦ green 156 ◦ blue 175

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

Shades of Rock Blue #8D9CAF

Tints of Rock Blue #8D9CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 29.87%
G = 33.05%
B = 37.08%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8D9CAF (or 0x8D9CAF) is known color: Rock Blue. HEX triplet: 8D, 9C and AF. RGB value is (141,156,175). Sum of RGB (Red+Green+Blue) = 141+156+175=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D9CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9CAF is #726350. Grayscale: #999999. Windows color (decimal): -7496529 or 11508877. OLE color: 11508877.

HSL color Cylindrical-coordinate representation of color #8D9CAF: hue angle of 213.53º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D9CAF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 156 175 -
CMYK 0.19 0.11 0 0.31
HSL 213.53º 0.18% 0.62% -
HSV(B) 213.53º 0.19% 0.69% -
XYZ 30.61 32.53 45.22 -
YUV 153.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 141 156 175 0.19 0.11 0 0.31 213.53 0.18 0.62
Hex 8D 9C AF 13 B 0 1F D6 12 3E
Octal 215 234 257 23 13 0 37 326 22 76
Binary 10001101 10011100 10101111 10011 1011 0 11111 11010110 10010 111110

Color Harmonies of #8D9CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9CAF

Black with #8D9CAF

Text Example


Text Example

White with #8D9CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,156,175); }

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

background-color css

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

 a { background-color: rgb(141,156,175); }

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

border-color css

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

 span { border-color: rgb(141,156,175); }

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