Shades of Bali Hai #8D9FAA
Tints of Bali Hai #8D9FAA
RGB
CMYK
RGB Variations
Color information
#8D9FAA (or 0x8D9FAA) is known color: Bali Hai. HEX triplet: 8D, 9F and AA. RGB value is (141,159,170). Sum of RGB (Red+Green+Blue) = 141+159+170=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9FAA is #726055. Grayscale: #9A9A9A. Windows color (decimal): -7495766 or 11181965. OLE color: 11181965.
HSL color Cylindrical-coordinate representation of color #8D9FAA: hue angle of 202.76º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D9FAA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 141 | 159 | 170 | - |
CMYK | 0.17 | 0.06 | 0 | 0.33 |
HSL | 202.76º | 0.15% | 0.61% | - |
HSV(B) | 202.76º | 0.17% | 0.67% | - |
XYZ | 30.64 | 33.36 | 42.85 | - |
YUV | 154.87 | 136.54 | 118.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 159 | 170 | 0.17 | 0.06 | 0 | 0.33 | 202.76 | 0.15 | 0.61 |
Hex | 8D | 9F | AA | 11 | 6 | 0 | 21 | CB | F | 3D |
Octal | 215 | 237 | 252 | 21 | 6 | 0 | 41 | 313 | 17 | 75 |
Binary | 10001101 | 10011111 | 10101010 | 10001 | 110 | 0 | 100001 | 11001011 | 1111 | 111101 |
Color Harmonies of #8D9FAA
Complementary color
Monochromatic Colors of #8D9FAA
Black with #8D9FAA
Text Example
Text Example
White with #8D9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FAA; }
p { color: rgb(141,159,170); }
H1.HeaderClassName
{
color: #8D9FAA;
}
.AnyTagClassName
{
color: #8D9FAA;
}
</style>
background-color css
<style>
a { background-color: #8D9FAA; }
a { background-color: rgb(141,159,170); }
div.DivClassName
{
background-color: #8D9FAA;
}
.BgClassName
{
background-color: #8D9FAA;
}
</style>
border-color css
<style>
span { border-color: #8D9FAA; }
span { border-color: rgb(141,159,170); }
td.TdClassName
{
border-color: #8D9FAA;
}
.TagClassName
{
border-color: #8D9FAA;
}
</style>