Shades of Bali Hai #869DB0
Tints of Bali Hai #869DB0
RGB
CMYK
RGB Variations
Color information
#869DB0 (or 0x869DB0) is known color: Bali Hai. HEX triplet: 86, 9D and B0. RGB value is (134,157,176). Sum of RGB (Red+Green+Blue) = 134+157+176=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 176 - color contains mainly: blue. Hex color #869DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869DB0 is #79624F. Grayscale: #989898. Windows color (decimal): -7955024 or 11574662. OLE color: 11574662.
HSL color Cylindrical-coordinate representation of color #869DB0: hue angle of 207.14º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #869DB0 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 157 | 176 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.31 |
| HSL | 207.14º | 0.21% | 0.61% | - |
| HSV(B) | 207.14º | 0.24% | 0.69% | - |
| XYZ | 29.72 | 32.32 | 45.75 | - |
| YUV | 152.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 176 | 0.24 | 0.11 | 0 | 0.31 | 207.14 | 0.21 | 0.61 |
| Hex | 86 | 9D | B0 | 18 | B | 0 | 1F | CF | 15 | 3D |
| Octal | 206 | 235 | 260 | 30 | 13 | 0 | 37 | 317 | 25 | 75 |
| Binary | 10000110 | 10011101 | 10110000 | 11000 | 1011 | 0 | 11111 | 11001111 | 10101 | 111101 |
Color Harmonies of #869DB0
Complementary color
Monochromatic Colors of #869DB0
Black with #869DB0
Text Example
Text Example
White with #869DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DB0; }
p { color: rgb(134,157,176); }
H1.HeaderClassName
{
color: #869DB0;
}
.AnyTagClassName
{
color: #869DB0;
}
</style>
background-color css
<style>
a { background-color: #869DB0; }
a { background-color: rgb(134,157,176); }
div.DivClassName
{
background-color: #869DB0;
}
.BgClassName
{
background-color: #869DB0;
}
</style>
border-color css
<style>
span { border-color: #869DB0; }
span { border-color: rgb(134,157,176); }
td.TdClassName
{
border-color: #869DB0;
}
.TagClassName
{
border-color: #869DB0;
}
</style>