#8F9EAB

Color #8F9EAB Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8F9EAB

Tints of Bali Hai #8F9EAB

Color information

#8F9EAB (or 0x8F9EAB) is unknown color: approx Bali Hai. HEX triplet: 8F, 9E and AB. RGB value is (143,158,171). Sum of RGB (Red+Green+Blue) = 143+158+171=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F9EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9EAB is #706154. Grayscale: #9A9A9A. Windows color (decimal): -7364949 or 11247247. OLE color: 11247247.

HSL color Cylindrical-coordinate representation of color #8F9EAB: hue angle of 207.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F9EAB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143158171-
CMYK0.160.0800.33
HSL207.86º14.29%61.57%-
HSV(B)207.86º16.37%67.06%-
XYZ30.9133.2343.31-
YUV155137.03119.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=30.30%
G=33.47%
B=36.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431581710.160.0800.33207.8614.2961.57
Hex8F9EAB108021d0e3e
Octal21723625320100413201676
Binary1000111110011110101010111000010000100001110100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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