Shades of Bali Hai #869FAD
Tints of Bali Hai #869FAD
RGB
CMYK
RGB Variations
Color information
#869FAD (or 0x869FAD) is known color: Bali Hai. HEX triplet: 86, 9F and AD. RGB value is (134,159,173). Sum of RGB (Red+Green+Blue) = 134+159+173=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #869FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869FAD is #796052. Grayscale: #999999. Windows color (decimal): -7954515 or 11378566. OLE color: 11378566.
HSL color Cylindrical-coordinate representation of color #869FAD: hue angle of 201.54º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #869FAD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 159 | 173 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.32 |
| HSL | 201.54º | 0.19% | 0.6% | - |
| HSV(B) | 201.54º | 0.23% | 0.68% | - |
| XYZ | 29.77 | 32.88 | 44.31 | - |
| YUV | 153.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 173 | 0.23 | 0.08 | 0 | 0.32 | 201.54 | 0.19 | 0.6 |
| Hex | 86 | 9F | AD | 17 | 8 | 0 | 20 | CA | 13 | 3C |
| Octal | 206 | 237 | 255 | 27 | 10 | 0 | 40 | 312 | 23 | 74 |
| Binary | 10000110 | 10011111 | 10101101 | 10111 | 1000 | 0 | 100000 | 11001010 | 10011 | 111100 |
Color Harmonies of #869FAD
Complementary color
Monochromatic Colors of #869FAD
Black with #869FAD
Text Example
Text Example
White with #869FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FAD; }
p { color: rgb(134,159,173); }
H1.HeaderClassName
{
color: #869FAD;
}
.AnyTagClassName
{
color: #869FAD;
}
</style>
background-color css
<style>
a { background-color: #869FAD; }
a { background-color: rgb(134,159,173); }
div.DivClassName
{
background-color: #869FAD;
}
.BgClassName
{
background-color: #869FAD;
}
</style>
border-color css
<style>
span { border-color: #869FAD; }
span { border-color: rgb(134,159,173); }
td.TdClassName
{
border-color: #869FAD;
}
.TagClassName
{
border-color: #869FAD;
}
</style>