#8F9CBB

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

Shades of Rock Blue #8F9CBB

Tints of Rock Blue #8F9CBB

Color information

#8F9CBB (or 0x8F9CBB) is unknown color: approx Rock Blue. HEX triplet: 8F, 9C and BB. RGB value is (143,156,187). Sum of RGB (Red+Green+Blue) = 143+156+187=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F9CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CBB is #706344. Grayscale: #9B9B9B. Windows color (decimal): -7365445 or 12295311. OLE color: 12295311.

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

Color convert

RGB143156187-
CMYK0.240.1700.27
HSL222.27º24.44%64.71%-
HSV(B)222.27º23.53%73.33%-
XYZ32.1933.251.73-
YUV155.65145.69118.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.42%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=29.42%
G=32.10%
B=38.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431561870.240.1700.27222.2724.4464.71
Hex8F9CBB181101Bde1841
Octal217234273302103333630101
Binary100011111001110010111011110001000101101111011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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