Shades of Bali Hai #8594A3
Tints of Bali Hai #8594A3
RGB
CMYK
RGB Variations
Color information
#8594A3 (or 0x8594A3) is known color: Bali Hai. HEX triplet: 85, 94 and A3. RGB value is (133,148,163). Sum of RGB (Red+Green+Blue) = 133+148+163=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 163 - color contains mainly: blue. Hex color #8594A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8594A3 is #7A6B5C. Grayscale: #919191. Windows color (decimal): -8022877 or 10720389. OLE color: 10720389.
HSL color Cylindrical-coordinate representation of color #8594A3: hue angle of 210º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8594A3 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 148 | 163 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.36 |
| HSL | 210º | 0.14% | 0.58% | - |
| HSV(B) | 210º | 0.18% | 0.64% | - |
| XYZ | 26.87 | 28.81 | 38.79 | - |
| YUV | 145.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 163 | 0.18 | 0.09 | 0 | 0.36 | 210 | 0.14 | 0.58 |
| Hex | 85 | 94 | A3 | 12 | 9 | 0 | 24 | D2 | E | 3A |
| Octal | 205 | 224 | 243 | 22 | 11 | 0 | 44 | 322 | 16 | 72 |
| Binary | 10000101 | 10010100 | 10100011 | 10010 | 1001 | 0 | 100100 | 11010010 | 1110 | 111010 |
Color Harmonies of #8594A3
Complementary color
Monochromatic Colors of #8594A3
Black with #8594A3
Text Example
Text Example
White with #8594A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8594A3; }
p { color: rgb(133,148,163); }
H1.HeaderClassName
{
color: #8594A3;
}
.AnyTagClassName
{
color: #8594A3;
}
</style>
background-color css
<style>
a { background-color: #8594A3; }
a { background-color: rgb(133,148,163); }
div.DivClassName
{
background-color: #8594A3;
}
.BgClassName
{
background-color: #8594A3;
}
</style>
border-color css
<style>
span { border-color: #8594A3; }
span { border-color: rgb(133,148,163); }
td.TdClassName
{
border-color: #8594A3;
}
.TagClassName
{
border-color: #8594A3;
}
</style>