#8F9FAB

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

Shades of Bali Hai #8F9FAB

Tints of Bali Hai #8F9FAB

Color information

#8F9FAB (or 0x8F9FAB) is unknown color: approx Bali Hai. HEX triplet: 8F, 9F and AB. RGB value is (143,159,171). Sum of RGB (Red+Green+Blue) = 143+159+171=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9FAB is #706054. Grayscale: #9B9B9B. Windows color (decimal): -7364693 or 11247503. OLE color: 11247503.

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

Color convert

RGB143159171-
CMYK0.160.0700.33
HSL205.71º14.29%61.57%-
HSV(B)205.71º16.37%67.06%-
XYZ31.0833.5843.37-
YUV155.58136.7119.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.23%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=30.23%
G=33.62%
B=36.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431591710.160.0700.33205.7114.2961.57
Hex8F9FAB107021cee3e
Octal2172372532070413161676
Binary100011111001111110101011100001110100001110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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