#8F9FC6

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

Shades of Rock Blue #8F9FC6

Tints of Rock Blue #8F9FC6

Color information

#8F9FC6 (or 0x8F9FC6) is unknown color: approx Rock Blue. HEX triplet: 8F, 9F and C6. RGB value is (143,159,198). Sum of RGB (Red+Green+Blue) = 143+159+198=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F9FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FC6 is #706039. Grayscale: #9E9E9E. Windows color (decimal): -7364666 or 13016975. OLE color: 13016975.

HSL color Cylindrical-coordinate representation of color #8F9FC6: hue angle of 222.55º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F9FC6 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB143159198-
CMYK0.280.2000.22
HSL222.55º32.54%66.86%-
HSV(B)222.55º27.78%77.65%-
XYZ33.9234.7158.34-
YUV158.66150.2116.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.6%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=28.6%
G=31.8%
B=39.6%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431591980.280.2000.22222.5532.5466.86
Hex8F9FC61C14016df2143
Octal217237306342402633741103
Binary1000111110011111110001101110010100010110110111111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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