Shades of Bali Hai #8B9FAA
Tints of Bali Hai #8B9FAA
RGB
CMYK
RGB Variations
Color information
#8B9FAA (or 0x8B9FAA) is known color: Bali Hai. HEX triplet: 8B, 9F and AA. RGB value is (139,159,170). Sum of RGB (Red+Green+Blue) = 139+159+170=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9FAA is #746055. Grayscale: #9A9A9A. Windows color (decimal): -7626838 or 11181963. OLE color: 11181963.
HSL color Cylindrical-coordinate representation of color #8B9FAA: hue angle of 201.29º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B9FAA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 159 | 170 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.33 |
| HSL | 201.29º | 0.15% | 0.61% | - |
| HSV(B) | 201.29º | 0.18% | 0.67% | - |
| XYZ | 30.3 | 33.19 | 42.84 | - |
| YUV | 154.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 170 | 0.18 | 0.06 | 0 | 0.33 | 201.29 | 0.15 | 0.61 |
| Hex | 8B | 9F | AA | 12 | 6 | 0 | 21 | C9 | F | 3D |
| Octal | 213 | 237 | 252 | 22 | 6 | 0 | 41 | 311 | 17 | 75 |
| Binary | 10001011 | 10011111 | 10101010 | 10010 | 110 | 0 | 100001 | 11001001 | 1111 | 111101 |
Color Harmonies of #8B9FAA
Complementary color
Monochromatic Colors of #8B9FAA
Black with #8B9FAA
Text Example
Text Example
White with #8B9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9FAA; }
p { color: rgb(139,159,170); }
H1.HeaderClassName
{
color: #8B9FAA;
}
.AnyTagClassName
{
color: #8B9FAA;
}
</style>
background-color css
<style>
a { background-color: #8B9FAA; }
a { background-color: rgb(139,159,170); }
div.DivClassName
{
background-color: #8B9FAA;
}
.BgClassName
{
background-color: #8B9FAA;
}
</style>
border-color css
<style>
span { border-color: #8B9FAA; }
span { border-color: rgb(139,159,170); }
td.TdClassName
{
border-color: #8B9FAA;
}
.TagClassName
{
border-color: #8B9FAA;
}
</style>