#8F9FAF

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

Shades of Rock Blue #8F9FAF

Tints of Rock Blue #8F9FAF

Color information

#8F9FAF (or 0x8F9FAF) is unknown color: approx Rock Blue. HEX triplet: 8F, 9F and AF. RGB value is (143,159,175). Sum of RGB (Red+Green+Blue) = 143+159+175=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F9FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9FAF is #706050. Grayscale: #9B9B9B. Windows color (decimal): -7364689 or 11509647. OLE color: 11509647.

HSL color Cylindrical-coordinate representation of color #8F9FAF: hue angle of 210º 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 #8F9FAF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143159175-
CMYK0.180.0900.31
HSL210º16.67%62.35%-
HSV(B)210º18.29%68.63%-
XYZ31.4633.7345.41-
YUV156.04138.7118.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.98%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=29.98%
G=33.33%
B=36.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431591750.180.0900.3121016.6762.35
Hex8F9FAF12901Fd2113e
Octal21723725722110373222176
Binary1000111110011111101011111001010010111111101001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F9FAF;
 }
 .AnyTagClassName
 {
   color: #8F9FAF;
 }
</style>
background-color css

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

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

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

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

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

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