Shades of Bali Hai #869BAC
Tints of Bali Hai #869BAC
RGB
CMYK
RGB Variations
Color information
#869BAC (or 0x869BAC) is known color: Bali Hai. HEX triplet: 86, 9B and AC. RGB value is (134,155,172). Sum of RGB (Red+Green+Blue) = 134+155+172=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #869BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869BAC is #796453. Grayscale: #969696. Windows color (decimal): -7955540 or 11312006. OLE color: 11312006.
HSL color Cylindrical-coordinate representation of color #869BAC: hue angle of 206.84º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #869BAC is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 155 | 172 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.33 |
| HSL | 206.84º | 0.19% | 0.6% | - |
| HSV(B) | 206.84º | 0.22% | 0.67% | - |
| XYZ | 29 | 31.49 | 43.58 | - |
| YUV | 150.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 172 | 0.22 | 0.10 | 0 | 0.33 | 206.84 | 0.19 | 0.6 |
| Hex | 86 | 9B | AC | 16 | A | 0 | 21 | CF | 13 | 3C |
| Octal | 206 | 233 | 254 | 26 | 12 | 0 | 41 | 317 | 23 | 74 |
| Binary | 10000110 | 10011011 | 10101100 | 10110 | 1010 | 0 | 100001 | 11001111 | 10011 | 111100 |
Color Harmonies of #869BAC
Complementary color
Monochromatic Colors of #869BAC
Black with #869BAC
Text Example
Text Example
White with #869BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869BAC; }
p { color: rgb(134,155,172); }
H1.HeaderClassName
{
color: #869BAC;
}
.AnyTagClassName
{
color: #869BAC;
}
</style>
background-color css
<style>
a { background-color: #869BAC; }
a { background-color: rgb(134,155,172); }
div.DivClassName
{
background-color: #869BAC;
}
.BgClassName
{
background-color: #869BAC;
}
</style>
border-color css
<style>
span { border-color: #869BAC; }
span { border-color: rgb(134,155,172); }
td.TdClassName
{
border-color: #869BAC;
}
.TagClassName
{
border-color: #869BAC;
}
</style>