#8F9CBD

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

Shades of Rock Blue #8F9CBD

Tints of Rock Blue #8F9CBD

Color information

#8F9CBD (or 0x8F9CBD) is unknown color: approx Rock Blue. HEX triplet: 8F, 9C and BD. RGB value is (143,156,189). Sum of RGB (Red+Green+Blue) = 143+156+189=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CBD is #706342. Grayscale: #9B9B9B. Windows color (decimal): -7365443 or 12426383. OLE color: 12426383.

HSL color Cylindrical-coordinate representation of color #8F9CBD: hue angle of 223.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F9CBD is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143156189-
CMYK0.240.1700.26
HSL223.04º25.84%65.1%-
HSV(B)223.04º24.34%74.12%-
XYZ32.433.2952.86-
YUV155.87146.69118.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.30%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=29.30%
G=31.97%
B=38.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431561890.240.1700.26223.0425.8465.1
Hex8F9CBD181101Adf1a41
Octal217234275302103233732101
Binary100011111001110010111101110001000101101011011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,156,189); }

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

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

 a { background-color: rgb(143,156,189); }

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

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

 span { border-color: rgb(143,156,189); }

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