#8F9FB7

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

Shades of Rock Blue #8F9FB7

Tints of Rock Blue #8F9FB7

Color information

#8F9FB7 (or 0x8F9FB7) is unknown color: approx Rock Blue. HEX triplet: 8F, 9F and B7. RGB value is (143,159,183). Sum of RGB (Red+Green+Blue) = 143+159+183=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F9FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FB7 is #706048. Grayscale: #9C9C9C. Windows color (decimal): -7364681 or 12033935. OLE color: 12033935.

HSL color Cylindrical-coordinate representation of color #8F9FB7: hue angle of 216º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9FB7 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB143159183-
CMYK0.220.1300.28
HSL216º21.74%63.92%-
HSV(B)216º21.86%71.76%-
XYZ32.2734.0549.67-
YUV156.95142.7118.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.48%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=29.48%
G=32.78%
B=37.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1431591830.220.1300.2821621.7463.92
Hex8F9FB716D01Cd81640
Octal217237267261503433026100
Binary10001111100111111011011110110110101110011011000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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