#8F9CAF

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

Shades of Rock Blue #8F9CAF

Tints of Rock Blue #8F9CAF

Color information

#8F9CAF (or 0x8F9CAF) is unknown color: approx 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

RGB143156175-
CMYK0.180.1100.31
HSL215.62º16.67%62.35%-
HSV(B)215.62º18.29%68.63%-
XYZ30.9532.7145.24-
YUV154.28139.69119.96-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431561750.180.1100.31215.6216.6762.35
Hex8F9CAF12B01Fd8113e
Octal21723425722130373302176
Binary1000111110011100101011111001010110111111101100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>