Shades of Bali Hai #869BAF
Tints of Bali Hai #869BAF
RGB
CMYK
RGB Variations
Color information
#869BAF (or 0x869BAF) is known color: Bali Hai. HEX triplet: 86, 9B and AF. RGB value is (134,155,175). Sum of RGB (Red+Green+Blue) = 134+155+175=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #869BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869BAF is #796450. Grayscale: #969696. Windows color (decimal): -7955537 or 11508614. OLE color: 11508614.
HSL color Cylindrical-coordinate representation of color #869BAF: hue angle of 209.27º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #869BAF is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 155 | 175 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.31 |
| HSL | 209.27º | 0.2% | 0.61% | - |
| HSV(B) | 209.27º | 0.23% | 0.69% | - |
| XYZ | 29.29 | 31.61 | 45.11 | - |
| YUV | 151 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 175 | 0.23 | 0.11 | 0 | 0.31 | 209.27 | 0.2 | 0.61 |
| Hex | 86 | 9B | AF | 17 | B | 0 | 1F | D1 | 14 | 3D |
| Octal | 206 | 233 | 257 | 27 | 13 | 0 | 37 | 321 | 24 | 75 |
| Binary | 10000110 | 10011011 | 10101111 | 10111 | 1011 | 0 | 11111 | 11010001 | 10100 | 111101 |
Color Harmonies of #869BAF
Complementary color
Monochromatic Colors of #869BAF
Black with #869BAF
Text Example
Text Example
White with #869BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869BAF; }
p { color: rgb(134,155,175); }
H1.HeaderClassName
{
color: #869BAF;
}
.AnyTagClassName
{
color: #869BAF;
}
</style>
background-color css
<style>
a { background-color: #869BAF; }
a { background-color: rgb(134,155,175); }
div.DivClassName
{
background-color: #869BAF;
}
.BgClassName
{
background-color: #869BAF;
}
</style>
border-color css
<style>
span { border-color: #869BAF; }
span { border-color: rgb(134,155,175); }
td.TdClassName
{
border-color: #869BAF;
}
.TagClassName
{
border-color: #869BAF;
}
</style>