#8F9DAF

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

Shades of Rock Blue #8F9DAF

Tints of Rock Blue #8F9DAF

Color information

#8F9DAF (or 0x8F9DAF) is unknown color: approx Rock Blue. HEX triplet: 8F, 9D and AF. RGB value is (143,157,175). Sum of RGB (Red+Green+Blue) = 143+157+175=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9DAF is #706250. Grayscale: #9A9A9A. Windows color (decimal): -7365201 or 11509135. OLE color: 11509135.

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

Color convert

RGB143157175-
CMYK0.180.1000.31
HSL213.75º16.67%62.35%-
HSV(B)213.75º18.29%68.63%-
XYZ31.1233.0545.3-
YUV154.87139.36119.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.11%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=30.11%
G=33.05%
B=36.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431571750.180.1000.31213.7516.6762.35
Hex8F9DAF12A01Fd6113e
Octal21723525722120373262176
Binary1000111110011101101011111001010100111111101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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