Shades of Bali Hai #869DAD
Tints of Bali Hai #869DAD
RGB
CMYK
RGB Variations
Color information
#869DAD (or 0x869DAD) is known color: Bali Hai. HEX triplet: 86, 9D and AD. RGB value is (134,157,173). Sum of RGB (Red+Green+Blue) = 134+157+173=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #869DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869DAD is #796252. Grayscale: #979797. Windows color (decimal): -7955027 or 11378054. OLE color: 11378054.
HSL color Cylindrical-coordinate representation of color #869DAD: hue angle of 204.62º 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 #869DAD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 157 | 173 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.32 |
| HSL | 204.62º | 0.19% | 0.6% | - |
| HSV(B) | 204.62º | 0.23% | 0.68% | - |
| XYZ | 29.43 | 32.2 | 44.2 | - |
| YUV | 151.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 173 | 0.23 | 0.09 | 0 | 0.32 | 204.62 | 0.19 | 0.6 |
| Hex | 86 | 9D | AD | 17 | 9 | 0 | 20 | CD | 13 | 3C |
| Octal | 206 | 235 | 255 | 27 | 11 | 0 | 40 | 315 | 23 | 74 |
| Binary | 10000110 | 10011101 | 10101101 | 10111 | 1001 | 0 | 100000 | 11001101 | 10011 | 111100 |
Color Harmonies of #869DAD
Complementary color
Monochromatic Colors of #869DAD
Black with #869DAD
Text Example
Text Example
White with #869DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DAD; }
p { color: rgb(134,157,173); }
H1.HeaderClassName
{
color: #869DAD;
}
.AnyTagClassName
{
color: #869DAD;
}
</style>
background-color css
<style>
a { background-color: #869DAD; }
a { background-color: rgb(134,157,173); }
div.DivClassName
{
background-color: #869DAD;
}
.BgClassName
{
background-color: #869DAD;
}
</style>
border-color css
<style>
span { border-color: #869DAD; }
span { border-color: rgb(134,157,173); }
td.TdClassName
{
border-color: #869DAD;
}
.TagClassName
{
border-color: #869DAD;
}
</style>