Shades of Bali Hai #869DB4
Tints of Bali Hai #869DB4
RGB
CMYK
RGB Variations
Color information
#869DB4 (or 0x869DB4) is known color: Bali Hai. HEX triplet: 86, 9D and B4. RGB value is (134,157,180). Sum of RGB (Red+Green+Blue) = 134+157+180=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #869DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DB4 is #79624B. Grayscale: #989898. Windows color (decimal): -7955020 or 11836806. OLE color: 11836806.
HSL color Cylindrical-coordinate representation of color #869DB4: hue angle of 210º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #869DB4 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 157 | 180 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.29 |
| HSL | 210º | 0.23% | 0.62% | - |
| HSV(B) | 210º | 0.26% | 0.71% | - |
| XYZ | 30.13 | 32.48 | 47.86 | - |
| YUV | 152.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 180 | 0.26 | 0.13 | 0 | 0.29 | 210 | 0.23 | 0.62 |
| Hex | 86 | 9D | B4 | 1A | D | 0 | 1D | D2 | 17 | 3E |
| Octal | 206 | 235 | 264 | 32 | 15 | 0 | 35 | 322 | 27 | 76 |
| Binary | 10000110 | 10011101 | 10110100 | 11010 | 1101 | 0 | 11101 | 11010010 | 10111 | 111110 |
Color Harmonies of #869DB4
Complementary color
Monochromatic Colors of #869DB4
Black with #869DB4
Text Example
Text Example
White with #869DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DB4; }
p { color: rgb(134,157,180); }
H1.HeaderClassName
{
color: #869DB4;
}
.AnyTagClassName
{
color: #869DB4;
}
</style>
background-color css
<style>
a { background-color: #869DB4; }
a { background-color: rgb(134,157,180); }
div.DivClassName
{
background-color: #869DB4;
}
.BgClassName
{
background-color: #869DB4;
}
</style>
border-color css
<style>
span { border-color: #869DB4; }
span { border-color: rgb(134,157,180); }
td.TdClassName
{
border-color: #869DB4;
}
.TagClassName
{
border-color: #869DB4;
}
</style>