Shades of Bali Hai #869AAA
Tints of Bali Hai #869AAA
RGB
CMYK
RGB Variations
Color information
#869AAA (or 0x869AAA) is known color: Bali Hai. HEX triplet: 86, 9A and AA. RGB value is (134,154,170). Sum of RGB (Red+Green+Blue) = 134+154+170=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #869AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869AAA is #796555. Grayscale: #959595. Windows color (decimal): -7955798 or 11180678. OLE color: 11180678.
HSL color Cylindrical-coordinate representation of color #869AAA: hue angle of 206.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #869AAA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 154 | 170 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.33 |
| HSL | 206.67º | 0.17% | 0.6% | - |
| HSV(B) | 206.67º | 0.21% | 0.67% | - |
| XYZ | 28.64 | 31.08 | 42.52 | - |
| YUV | 149.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 170 | 0.21 | 0.09 | 0 | 0.33 | 206.67 | 0.17 | 0.6 |
| Hex | 86 | 9A | AA | 15 | 9 | 0 | 21 | CF | 11 | 3C |
| Octal | 206 | 232 | 252 | 25 | 11 | 0 | 41 | 317 | 21 | 74 |
| Binary | 10000110 | 10011010 | 10101010 | 10101 | 1001 | 0 | 100001 | 11001111 | 10001 | 111100 |
Color Harmonies of #869AAA
Complementary color
Monochromatic Colors of #869AAA
Black with #869AAA
Text Example
Text Example
White with #869AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869AAA; }
p { color: rgb(134,154,170); }
H1.HeaderClassName
{
color: #869AAA;
}
.AnyTagClassName
{
color: #869AAA;
}
</style>
background-color css
<style>
a { background-color: #869AAA; }
a { background-color: rgb(134,154,170); }
div.DivClassName
{
background-color: #869AAA;
}
.BgClassName
{
background-color: #869AAA;
}
</style>
border-color css
<style>
span { border-color: #869AAA; }
span { border-color: rgb(134,154,170); }
td.TdClassName
{
border-color: #869AAA;
}
.TagClassName
{
border-color: #869AAA;
}
</style>