Shades of Bali Hai #8F9DA2
Tints of Bali Hai #8F9DA2
RGB
CMYK
RGB Variations
Color information
#8F9DA2 (or 0x8F9DA2) is known color: Bali Hai. HEX triplet: 8F, 9D and A2. RGB value is (143,157,162). Sum of RGB (Red+Green+Blue) = 143+157+162=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 162 - color contains mainly: blue. Hex color #8F9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9DA2 is #70625D. Grayscale: #999999. Windows color (decimal): -7365214 or 10657167. OLE color: 10657167.
HSL color Cylindrical-coordinate representation of color #8F9DA2: hue angle of 195.79º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F9DA2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 143 | 157 | 162 | - |
CMYK | 0.12 | 0.03 | 0 | 0.36 |
HSL | 195.79º | 0.09% | 0.6% | - |
HSV(B) | 195.79º | 0.12% | 0.64% | - |
XYZ | 29.91 | 32.56 | 38.89 | - |
YUV | 153.38 | 132.86 | 120.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 157 | 162 | 0.12 | 0.03 | 0 | 0.36 | 195.79 | 0.09 | 0.6 |
Hex | 8F | 9D | A2 | C | 3 | 0 | 24 | C4 | 9 | 3C |
Octal | 217 | 235 | 242 | 14 | 3 | 0 | 44 | 304 | 11 | 74 |
Binary | 10001111 | 10011101 | 10100010 | 1100 | 11 | 0 | 100100 | 11000100 | 1001 | 111100 |
Color Harmonies of #8F9DA2
Complementary color
Monochromatic Colors of #8F9DA2
Black with #8F9DA2
Text Example
Text Example
White with #8F9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DA2; }
p { color: rgb(143,157,162); }
H1.HeaderClassName
{
color: #8F9DA2;
}
.AnyTagClassName
{
color: #8F9DA2;
}
</style>
background-color css
<style>
a { background-color: #8F9DA2; }
a { background-color: rgb(143,157,162); }
div.DivClassName
{
background-color: #8F9DA2;
}
.BgClassName
{
background-color: #8F9DA2;
}
</style>
border-color css
<style>
span { border-color: #8F9DA2; }
span { border-color: rgb(143,157,162); }
td.TdClassName
{
border-color: #8F9DA2;
}
.TagClassName
{
border-color: #8F9DA2;
}
</style>