Html Css Color HEX #8F9CAF Rock Blue

📋 copy color: '#8F9CAF'

red 143 ◦ green 156 ◦ blue 175

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

Shades of Rock Blue #8F9CAF

Tints of Rock Blue #8F9CAF

RGB

 RED value IS 143 (56.25% from 255) = 30.17%

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

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

R = 30.17%
G = 32.91%
B = 36.92%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8F9CAF (or 0x8F9CAF) is known color: Rock Blue. HEX triplet: 8F, 9C and AF. RGB value is (143,156,175). Sum of RGB (Red+Green+Blue) = 143+156+175=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F9CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9CAF is #706350. Grayscale: #9A9A9A. Windows color (decimal): -7365457 or 11508879. OLE color: 11508879.

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

Color convert

RGB 143 156 175 -
CMYK 0.18 0.11 0 0.31
HSL 215.63º 0.17% 0.62% -
HSV(B) 215.63º 0.18% 0.69% -
XYZ 30.95 32.71 45.24 -
YUV 154.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 143 156 175 0.18 0.11 0 0.31 215.63 0.17 0.62
Hex 8F 9C AF 12 B 0 1F D8 11 3E
Octal 217 234 257 22 13 0 37 330 21 76
Binary 10001111 10011100 10101111 10010 1011 0 11111 11011000 10001 111110

Color Harmonies of #8F9CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CAF

Black with #8F9CAF

Text Example


Text Example

White with #8F9CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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