Shades of Bali Hai #869FB6
Tints of Bali Hai #869FB6
RGB
CMYK
RGB Variations
Color information
#869FB6 (or 0x869FB6) is known color: Bali Hai. HEX triplet: 86, 9F and B6. RGB value is (134,159,182). Sum of RGB (Red+Green+Blue) = 134+159+182=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #869FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FB6 is #796049. Grayscale: #9A9A9A. Windows color (decimal): -7954506 or 11968390. OLE color: 11968390.
HSL color Cylindrical-coordinate representation of color #869FB6: hue angle of 208.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #869FB6 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 159 | 182 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.29 |
| HSL | 208.75º | 0.25% | 0.62% | - |
| HSV(B) | 208.75º | 0.26% | 0.71% | - |
| XYZ | 30.67 | 33.24 | 49.06 | - |
| YUV | 154.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 182 | 0.26 | 0.13 | 0 | 0.29 | 208.75 | 0.25 | 0.62 |
| Hex | 86 | 9F | B6 | 1A | D | 0 | 1D | D1 | 19 | 3E |
| Octal | 206 | 237 | 266 | 32 | 15 | 0 | 35 | 321 | 31 | 76 |
| Binary | 10000110 | 10011111 | 10110110 | 11010 | 1101 | 0 | 11101 | 11010001 | 11001 | 111110 |
Color Harmonies of #869FB6
Complementary color
Monochromatic Colors of #869FB6
Black with #869FB6
Text Example
Text Example
White with #869FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FB6; }
p { color: rgb(134,159,182); }
H1.HeaderClassName
{
color: #869FB6;
}
.AnyTagClassName
{
color: #869FB6;
}
</style>
background-color css
<style>
a { background-color: #869FB6; }
a { background-color: rgb(134,159,182); }
div.DivClassName
{
background-color: #869FB6;
}
.BgClassName
{
background-color: #869FB6;
}
</style>
border-color css
<style>
span { border-color: #869FB6; }
span { border-color: rgb(134,159,182); }
td.TdClassName
{
border-color: #869FB6;
}
.TagClassName
{
border-color: #869FB6;
}
</style>