Shades of Bali Hai #859DB3
Tints of Bali Hai #859DB3
RGB
CMYK
RGB Variations
Color information
#859DB3 (or 0x859DB3) is known color: Bali Hai. HEX triplet: 85, 9D and B3. RGB value is (133,157,179). Sum of RGB (Red+Green+Blue) = 133+157+179=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #859DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DB3 is #7A624C. Grayscale: #989898. Windows color (decimal): -8020557 or 11771269. OLE color: 11771269.
HSL color Cylindrical-coordinate representation of color #859DB3: hue angle of 208.7º 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 #859DB3 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 157 | 179 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.30 |
| HSL | 208.7º | 0.23% | 0.61% | - |
| HSV(B) | 208.7º | 0.26% | 0.7% | - |
| XYZ | 29.87 | 32.36 | 47.32 | - |
| YUV | 152.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 179 | 0.26 | 0.12 | 0 | 0.30 | 208.7 | 0.23 | 0.61 |
| Hex | 85 | 9D | B3 | 1A | C | 0 | 1E | D1 | 17 | 3D |
| Octal | 205 | 235 | 263 | 32 | 14 | 0 | 36 | 321 | 27 | 75 |
| Binary | 10000101 | 10011101 | 10110011 | 11010 | 1100 | 0 | 11110 | 11010001 | 10111 | 111101 |
Color Harmonies of #859DB3
Complementary color
Monochromatic Colors of #859DB3
Black with #859DB3
Text Example
Text Example
White with #859DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DB3; }
p { color: rgb(133,157,179); }
H1.HeaderClassName
{
color: #859DB3;
}
.AnyTagClassName
{
color: #859DB3;
}
</style>
background-color css
<style>
a { background-color: #859DB3; }
a { background-color: rgb(133,157,179); }
div.DivClassName
{
background-color: #859DB3;
}
.BgClassName
{
background-color: #859DB3;
}
</style>
border-color css
<style>
span { border-color: #859DB3; }
span { border-color: rgb(133,157,179); }
td.TdClassName
{
border-color: #859DB3;
}
.TagClassName
{
border-color: #859DB3;
}
</style>