Html Css Color HEX #8C9CAF Rock Blue

📋 copy color: '#8C9CAF'

red 140 ◦ green 156 ◦ blue 175

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

Shades of Rock Blue #8C9CAF

Tints of Rock Blue #8C9CAF

RGB

 RED value IS 140 (55.08% from 255) = 29.72%

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

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

R = 29.72%
G = 33.12%
B = 37.15%

CMYK

 C value IS 0.2

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C9CAF (or 0x8C9CAF) is known color: Rock Blue. HEX triplet: 8C, 9C and AF. RGB value is (140,156,175). Sum of RGB (Red+Green+Blue) = 140+156+175=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C9CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9CAF is #736350. Grayscale: #999999. Windows color (decimal): -7562065 or 11508876. OLE color: 11508876.

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

Color convert

RGB 140 156 175 -
CMYK 0.2 0.11 0 0.31
HSL 212.57º 0.18% 0.62% -
HSV(B) 212.57º 0.2% 0.69% -
XYZ 30.44 32.45 45.22 -
YUV 153.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 140 156 175 0.2 0.11 0 0.31 212.57 0.18 0.62
Hex 8C 9C AF 14 B 0 1F D5 12 3E
Octal 214 234 257 24 13 0 37 325 22 76
Binary 10001100 10011100 10101111 10100 1011 0 11111 11010101 10010 111110

Color Harmonies of #8C9CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CAF

Black with #8C9CAF

Text Example


Text Example

White with #8C9CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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