Shades of Bali Hai #839BAA
Tints of Bali Hai #839BAA
RGB
CMYK
RGB Variations
Color information
#839BAA (or 0x839BAA) is known color: Bali Hai. HEX triplet: 83, 9B and AA. RGB value is (131,155,170). Sum of RGB (Red+Green+Blue) = 131+155+170=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #839BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839BAA is #7C6455. Grayscale: #959595. Windows color (decimal): -8152150 or 11180931. OLE color: 11180931.
HSL color Cylindrical-coordinate representation of color #839BAA: hue angle of 203.08º 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 #839BAA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 155 | 170 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.33 |
| HSL | 203.08º | 0.19% | 0.59% | - |
| HSV(B) | 203.08º | 0.23% | 0.67% | - |
| XYZ | 28.34 | 31.17 | 42.55 | - |
| YUV | 149.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 170 | 0.23 | 0.09 | 0 | 0.33 | 203.08 | 0.19 | 0.59 |
| Hex | 83 | 9B | AA | 17 | 9 | 0 | 21 | CB | 13 | 3B |
| Octal | 203 | 233 | 252 | 27 | 11 | 0 | 41 | 313 | 23 | 73 |
| Binary | 10000011 | 10011011 | 10101010 | 10111 | 1001 | 0 | 100001 | 11001011 | 10011 | 111011 |
Color Harmonies of #839BAA
Complementary color
Monochromatic Colors of #839BAA
Black with #839BAA
Text Example
Text Example
White with #839BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839BAA; }
p { color: rgb(131,155,170); }
H1.HeaderClassName
{
color: #839BAA;
}
.AnyTagClassName
{
color: #839BAA;
}
</style>
background-color css
<style>
a { background-color: #839BAA; }
a { background-color: rgb(131,155,170); }
div.DivClassName
{
background-color: #839BAA;
}
.BgClassName
{
background-color: #839BAA;
}
</style>
border-color css
<style>
span { border-color: #839BAA; }
span { border-color: rgb(131,155,170); }
td.TdClassName
{
border-color: #839BAA;
}
.TagClassName
{
border-color: #839BAA;
}
</style>