#8FA0BA

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

Shades of Rock Blue #8FA0BA

Tints of Rock Blue #8FA0BA

Color information

#8FA0BA (or 0x8FA0BA) is unknown color: approx Rock Blue. HEX triplet: 8F, A0 and BA. RGB value is (143,160,186). Sum of RGB (Red+Green+Blue) = 143+160+186=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA0BA is #705F45. Grayscale: #9D9D9D. Windows color (decimal): -7364422 or 12230799. OLE color: 12230799.

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

Color convert

RGB143160186-
CMYK0.230.1400.27
HSL216.28º23.76%64.51%-
HSV(B)216.28º23.12%72.94%-
XYZ32.7634.5351.39-
YUV157.88143.87117.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.24%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=29.24%
G=32.72%
B=38.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431601860.230.1400.27216.2823.7664.51
Hex8FA0BA17E01Bd81841
Octal217240272271603333030101
Binary10001111101000001011101010111111001101111011000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,160,186); }

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

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

 a { background-color: rgb(143,160,186); }

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

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

 span { border-color: rgb(143,160,186); }

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