Shades of Bali Hai #839AAD
Tints of Bali Hai #839AAD
RGB
CMYK
RGB Variations
Color information
#839AAD (or 0x839AAD) is known color: Bali Hai. HEX triplet: 83, 9A and AD. RGB value is (131,154,173). Sum of RGB (Red+Green+Blue) = 131+154+173=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #839AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839AAD is #7C6552. Grayscale: #959595. Windows color (decimal): -8152403 or 11377283. OLE color: 11377283.
HSL color Cylindrical-coordinate representation of color #839AAD: hue angle of 207.14º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839AAD is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 154 | 173 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.32 |
| HSL | 207.14º | 0.2% | 0.6% | - |
| HSV(B) | 207.14º | 0.24% | 0.68% | - |
| XYZ | 28.46 | 30.95 | 44.01 | - |
| YUV | 149.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 173 | 0.24 | 0.11 | 0 | 0.32 | 207.14 | 0.2 | 0.6 |
| Hex | 83 | 9A | AD | 18 | B | 0 | 20 | CF | 14 | 3C |
| Octal | 203 | 232 | 255 | 30 | 13 | 0 | 40 | 317 | 24 | 74 |
| Binary | 10000011 | 10011010 | 10101101 | 11000 | 1011 | 0 | 100000 | 11001111 | 10100 | 111100 |
Color Harmonies of #839AAD
Complementary color
Monochromatic Colors of #839AAD
Black with #839AAD
Text Example
Text Example
White with #839AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839AAD; }
p { color: rgb(131,154,173); }
H1.HeaderClassName
{
color: #839AAD;
}
.AnyTagClassName
{
color: #839AAD;
}
</style>
background-color css
<style>
a { background-color: #839AAD; }
a { background-color: rgb(131,154,173); }
div.DivClassName
{
background-color: #839AAD;
}
.BgClassName
{
background-color: #839AAD;
}
</style>
border-color css
<style>
span { border-color: #839AAD; }
span { border-color: rgb(131,154,173); }
td.TdClassName
{
border-color: #839AAD;
}
.TagClassName
{
border-color: #839AAD;
}
</style>