Shades of Bali Hai #859CB3
Tints of Bali Hai #859CB3
RGB
CMYK
RGB Variations
Color information
#859CB3 (or 0x859CB3) is known color: Bali Hai. HEX triplet: 85, 9C and B3. RGB value is (133,156,179). Sum of RGB (Red+Green+Blue) = 133+156+179=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #859CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CB3 is #7A634C. Grayscale: #979797. Windows color (decimal): -8020813 or 11771013. OLE color: 11771013.
HSL color Cylindrical-coordinate representation of color #859CB3: hue angle of 210º 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 #859CB3 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 156 | 179 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.30 |
| HSL | 210º | 0.23% | 0.61% | - |
| HSV(B) | 210º | 0.26% | 0.7% | - |
| XYZ | 29.7 | 32.02 | 47.26 | - |
| YUV | 151.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 179 | 0.26 | 0.13 | 0 | 0.30 | 210 | 0.23 | 0.61 |
| Hex | 85 | 9C | B3 | 1A | D | 0 | 1E | D2 | 17 | 3D |
| Octal | 205 | 234 | 263 | 32 | 15 | 0 | 36 | 322 | 27 | 75 |
| Binary | 10000101 | 10011100 | 10110011 | 11010 | 1101 | 0 | 11110 | 11010010 | 10111 | 111101 |
Color Harmonies of #859CB3
Complementary color
Monochromatic Colors of #859CB3
Black with #859CB3
Text Example
Text Example
White with #859CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CB3; }
p { color: rgb(133,156,179); }
H1.HeaderClassName
{
color: #859CB3;
}
.AnyTagClassName
{
color: #859CB3;
}
</style>
background-color css
<style>
a { background-color: #859CB3; }
a { background-color: rgb(133,156,179); }
div.DivClassName
{
background-color: #859CB3;
}
.BgClassName
{
background-color: #859CB3;
}
</style>
border-color css
<style>
span { border-color: #859CB3; }
span { border-color: rgb(133,156,179); }
td.TdClassName
{
border-color: #859CB3;
}
.TagClassName
{
border-color: #859CB3;
}
</style>