Shades of Bali Hai #869FB3
Tints of Bali Hai #869FB3
RGB
CMYK
RGB Variations
Color information
#869FB3 (or 0x869FB3) is known color: Bali Hai. HEX triplet: 86, 9F and B3. RGB value is (134,159,179). Sum of RGB (Red+Green+Blue) = 134+159+179=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #869FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FB3 is #79604C. Grayscale: #999999. Windows color (decimal): -7954509 or 11771782. OLE color: 11771782.
HSL color Cylindrical-coordinate representation of color #869FB3: hue angle of 206.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #869FB3 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 159 | 179 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.30 |
| HSL | 206.67º | 0.23% | 0.61% | - |
| HSV(B) | 206.67º | 0.25% | 0.7% | - |
| XYZ | 30.37 | 33.12 | 47.44 | - |
| YUV | 153.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 179 | 0.25 | 0.11 | 0 | 0.30 | 206.67 | 0.23 | 0.61 |
| Hex | 86 | 9F | B3 | 19 | B | 0 | 1E | CF | 17 | 3D |
| Octal | 206 | 237 | 263 | 31 | 13 | 0 | 36 | 317 | 27 | 75 |
| Binary | 10000110 | 10011111 | 10110011 | 11001 | 1011 | 0 | 11110 | 11001111 | 10111 | 111101 |
Color Harmonies of #869FB3
Complementary color
Monochromatic Colors of #869FB3
Black with #869FB3
Text Example
Text Example
White with #869FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FB3; }
p { color: rgb(134,159,179); }
H1.HeaderClassName
{
color: #869FB3;
}
.AnyTagClassName
{
color: #869FB3;
}
</style>
background-color css
<style>
a { background-color: #869FB3; }
a { background-color: rgb(134,159,179); }
div.DivClassName
{
background-color: #869FB3;
}
.BgClassName
{
background-color: #869FB3;
}
</style>
border-color css
<style>
span { border-color: #869FB3; }
span { border-color: rgb(134,159,179); }
td.TdClassName
{
border-color: #869FB3;
}
.TagClassName
{
border-color: #869FB3;
}
</style>