#8F9EBB

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

Shades of Rock Blue #8F9EBB

Tints of Rock Blue #8F9EBB

Color information

#8F9EBB (or 0x8F9EBB) is unknown color: approx Rock Blue. HEX triplet: 8F, 9E and BB. RGB value is (143,158,187). Sum of RGB (Red+Green+Blue) = 143+158+187=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F9EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EBB is #706144. Grayscale: #9C9C9C. Windows color (decimal): -7364933 or 12295823. OLE color: 12295823.

HSL color Cylindrical-coordinate representation of color #8F9EBB: hue angle of 219.55º 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 #8F9EBB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143158187-
CMYK0.240.1600.27
HSL219.55º24.44%64.71%-
HSV(B)219.55º23.53%73.33%-
XYZ32.5233.8851.84-
YUV156.82145.03118.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.30%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=29.30%
G=32.38%
B=38.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431581870.240.1600.27219.5524.4464.71
Hex8F9EBB181001Bdc1841
Octal217236273302003333430101
Binary100011111001111010111011110001000001101111011100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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