Shades of Bali Hai #839FAA
Tints of Bali Hai #839FAA
RGB
CMYK
RGB Variations
Color information
#839FAA (or 0x839FAA) is known color: Bali Hai. HEX triplet: 83, 9F and AA. RGB value is (131,159,170). Sum of RGB (Red+Green+Blue) = 131+159+170=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #839FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839FAA is #7C6055. Grayscale: #979797. Windows color (decimal): -8151126 or 11181955. OLE color: 11181955.
HSL color Cylindrical-coordinate representation of color #839FAA: hue angle of 196.92º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #839FAA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 159 | 170 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.33 |
| HSL | 196.92º | 0.19% | 0.59% | - |
| HSV(B) | 196.92º | 0.23% | 0.67% | - |
| XYZ | 29.01 | 32.52 | 42.78 | - |
| YUV | 151.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 170 | 0.23 | 0.06 | 0 | 0.33 | 196.92 | 0.19 | 0.59 |
| Hex | 83 | 9F | AA | 17 | 6 | 0 | 21 | C5 | 13 | 3B |
| Octal | 203 | 237 | 252 | 27 | 6 | 0 | 41 | 305 | 23 | 73 |
| Binary | 10000011 | 10011111 | 10101010 | 10111 | 110 | 0 | 100001 | 11000101 | 10011 | 111011 |
Color Harmonies of #839FAA
Complementary color
Monochromatic Colors of #839FAA
Black with #839FAA
Text Example
Text Example
White with #839FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FAA; }
p { color: rgb(131,159,170); }
H1.HeaderClassName
{
color: #839FAA;
}
.AnyTagClassName
{
color: #839FAA;
}
</style>
background-color css
<style>
a { background-color: #839FAA; }
a { background-color: rgb(131,159,170); }
div.DivClassName
{
background-color: #839FAA;
}
.BgClassName
{
background-color: #839FAA;
}
</style>
border-color css
<style>
span { border-color: #839FAA; }
span { border-color: rgb(131,159,170); }
td.TdClassName
{
border-color: #839FAA;
}
.TagClassName
{
border-color: #839FAA;
}
</style>