Shades of Bali Hai #869FAC
Tints of Bali Hai #869FAC
RGB
CMYK
RGB Variations
Color information
#869FAC (or 0x869FAC) is known color: Bali Hai. HEX triplet: 86, 9F and AC. RGB value is (134,159,172). Sum of RGB (Red+Green+Blue) = 134+159+172=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #869FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869FAC is #796053. Grayscale: #989898. Windows color (decimal): -7954516 or 11313030. OLE color: 11313030.
HSL color Cylindrical-coordinate representation of color #869FAC: hue angle of 200.53º 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 #869FAC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 159 | 172 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.33 |
| HSL | 200.53º | 0.19% | 0.6% | - |
| HSV(B) | 200.53º | 0.22% | 0.67% | - |
| XYZ | 29.68 | 32.84 | 43.81 | - |
| YUV | 153.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 172 | 0.22 | 0.08 | 0 | 0.33 | 200.53 | 0.19 | 0.6 |
| Hex | 86 | 9F | AC | 16 | 8 | 0 | 21 | C9 | 13 | 3C |
| Octal | 206 | 237 | 254 | 26 | 10 | 0 | 41 | 311 | 23 | 74 |
| Binary | 10000110 | 10011111 | 10101100 | 10110 | 1000 | 0 | 100001 | 11001001 | 10011 | 111100 |
Color Harmonies of #869FAC
Complementary color
Monochromatic Colors of #869FAC
Black with #869FAC
Text Example
Text Example
White with #869FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FAC; }
p { color: rgb(134,159,172); }
H1.HeaderClassName
{
color: #869FAC;
}
.AnyTagClassName
{
color: #869FAC;
}
</style>
background-color css
<style>
a { background-color: #869FAC; }
a { background-color: rgb(134,159,172); }
div.DivClassName
{
background-color: #869FAC;
}
.BgClassName
{
background-color: #869FAC;
}
</style>
border-color css
<style>
span { border-color: #869FAC; }
span { border-color: rgb(134,159,172); }
td.TdClassName
{
border-color: #869FAC;
}
.TagClassName
{
border-color: #869FAC;
}
</style>