Shades of Bali Hai #85A0B3
Tints of Bali Hai #85A0B3
RGB
CMYK
RGB Variations
Color information
#85A0B3 (or 0x85A0B3) is known color: Bali Hai. HEX triplet: 85, A0 and B3. RGB value is (133,160,179). Sum of RGB (Red+Green+Blue) = 133+160+179=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #85A0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0B3 is #7A5F4C. Grayscale: #999999. Windows color (decimal): -8019789 or 11772037. OLE color: 11772037.
HSL color Cylindrical-coordinate representation of color #85A0B3: hue angle of 204.78º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85A0B3 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 160 | 179 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.30 |
| HSL | 204.78º | 0.23% | 0.61% | - |
| HSV(B) | 204.78º | 0.26% | 0.7% | - |
| XYZ | 30.38 | 33.38 | 47.49 | - |
| YUV | 154.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 179 | 0.26 | 0.11 | 0 | 0.30 | 204.78 | 0.23 | 0.61 |
| Hex | 85 | A0 | B3 | 1A | B | 0 | 1E | CD | 17 | 3D |
| Octal | 205 | 240 | 263 | 32 | 13 | 0 | 36 | 315 | 27 | 75 |
| Binary | 10000101 | 10100000 | 10110011 | 11010 | 1011 | 0 | 11110 | 11001101 | 10111 | 111101 |
Color Harmonies of #85A0B3
Complementary color
Monochromatic Colors of #85A0B3
Black with #85A0B3
Text Example
Text Example
White with #85A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A0B3; }
p { color: rgb(133,160,179); }
H1.HeaderClassName
{
color: #85A0B3;
}
.AnyTagClassName
{
color: #85A0B3;
}
</style>
background-color css
<style>
a { background-color: #85A0B3; }
a { background-color: rgb(133,160,179); }
div.DivClassName
{
background-color: #85A0B3;
}
.BgClassName
{
background-color: #85A0B3;
}
</style>
border-color css
<style>
span { border-color: #85A0B3; }
span { border-color: rgb(133,160,179); }
td.TdClassName
{
border-color: #85A0B3;
}
.TagClassName
{
border-color: #85A0B3;
}
</style>