Shades of Bali Hai #8F9FAB
Tints of Bali Hai #8F9FAB
RGB
CMYK
RGB Variations
Color information
#8F9FAB (or 0x8F9FAB) is known color: 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
RGB | 143 | 159 | 171 | - |
CMYK | 0.16 | 0.07 | 0 | 0.33 |
HSL | 205.71º | 0.14% | 0.62% | - |
HSV(B) | 205.71º | 0.16% | 0.67% | - |
XYZ | 31.08 | 33.58 | 43.37 | - |
YUV | 155.58 | 136.7 | 119.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 159 | 171 | 0.16 | 0.07 | 0 | 0.33 | 205.71 | 0.14 | 0.62 |
Hex | 8F | 9F | AB | 10 | 7 | 0 | 21 | CE | E | 3E |
Octal | 217 | 237 | 253 | 20 | 7 | 0 | 41 | 316 | 16 | 76 |
Binary | 10001111 | 10011111 | 10101011 | 10000 | 111 | 0 | 100001 | 11001110 | 1110 | 111110 |
Color Harmonies of #8F9FAB
Complementary color
Monochromatic Colors of #8F9FAB
Black with #8F9FAB
Text Example
Text Example
White with #8F9FAB
Text Example
Text Example
HTML Codes & Css Web 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>