Shades of Bali Hai #839AAE
Tints of Bali Hai #839AAE
RGB
CMYK
RGB Variations
Color information
#839AAE (or 0x839AAE) is known color: Bali Hai. HEX triplet: 83, 9A and AE. RGB value is (131,154,174). Sum of RGB (Red+Green+Blue) = 131+154+174=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #839AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839AAE is #7C6551. Grayscale: #959595. Windows color (decimal): -8152402 or 11442819. OLE color: 11442819.
HSL color Cylindrical-coordinate representation of color #839AAE: hue angle of 207.91º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #839AAE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 154 | 174 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.32 |
| HSL | 207.91º | 0.21% | 0.6% | - |
| HSV(B) | 207.91º | 0.25% | 0.68% | - |
| XYZ | 28.56 | 30.99 | 44.52 | - |
| YUV | 149.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 174 | 0.25 | 0.11 | 0 | 0.32 | 207.91 | 0.21 | 0.6 |
| Hex | 83 | 9A | AE | 19 | B | 0 | 20 | D0 | 15 | 3C |
| Octal | 203 | 232 | 256 | 31 | 13 | 0 | 40 | 320 | 25 | 74 |
| Binary | 10000011 | 10011010 | 10101110 | 11001 | 1011 | 0 | 100000 | 11010000 | 10101 | 111100 |
Color Harmonies of #839AAE
Complementary color
Monochromatic Colors of #839AAE
Black with #839AAE
Text Example
Text Example
White with #839AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839AAE; }
p { color: rgb(131,154,174); }
H1.HeaderClassName
{
color: #839AAE;
}
.AnyTagClassName
{
color: #839AAE;
}
</style>
background-color css
<style>
a { background-color: #839AAE; }
a { background-color: rgb(131,154,174); }
div.DivClassName
{
background-color: #839AAE;
}
.BgClassName
{
background-color: #839AAE;
}
</style>
border-color css
<style>
span { border-color: #839AAE; }
span { border-color: rgb(131,154,174); }
td.TdClassName
{
border-color: #839AAE;
}
.TagClassName
{
border-color: #839AAE;
}
</style>