Shades of Bali Hai #8598AC
Tints of Bali Hai #8598AC
RGB
CMYK
RGB Variations
Color information
#8598AC (or 0x8598AC) is known color: Bali Hai. HEX triplet: 85, 98 and AC. RGB value is (133,152,172). Sum of RGB (Red+Green+Blue) = 133+152+172=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #8598AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8598AC is #7A6753. Grayscale: #949494. Windows color (decimal): -8021844 or 11311237. OLE color: 11311237.
HSL color Cylindrical-coordinate representation of color #8598AC: hue angle of 210.77º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8598AC is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 152 | 172 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.33 |
| HSL | 210.77º | 0.19% | 0.6% | - |
| HSV(B) | 210.77º | 0.23% | 0.67% | - |
| XYZ | 28.35 | 30.42 | 43.41 | - |
| YUV | 148.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 172 | 0.23 | 0.12 | 0 | 0.33 | 210.77 | 0.19 | 0.6 |
| Hex | 85 | 98 | AC | 17 | C | 0 | 21 | D3 | 13 | 3C |
| Octal | 205 | 230 | 254 | 27 | 14 | 0 | 41 | 323 | 23 | 74 |
| Binary | 10000101 | 10011000 | 10101100 | 10111 | 1100 | 0 | 100001 | 11010011 | 10011 | 111100 |
Color Harmonies of #8598AC
Complementary color
Monochromatic Colors of #8598AC
Black with #8598AC
Text Example
Text Example
White with #8598AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598AC; }
p { color: rgb(133,152,172); }
H1.HeaderClassName
{
color: #8598AC;
}
.AnyTagClassName
{
color: #8598AC;
}
</style>
background-color css
<style>
a { background-color: #8598AC; }
a { background-color: rgb(133,152,172); }
div.DivClassName
{
background-color: #8598AC;
}
.BgClassName
{
background-color: #8598AC;
}
</style>
border-color css
<style>
span { border-color: #8598AC; }
span { border-color: rgb(133,152,172); }
td.TdClassName
{
border-color: #8598AC;
}
.TagClassName
{
border-color: #8598AC;
}
</style>