Shades of Bali Hai #839DAD
Tints of Bali Hai #839DAD
RGB
CMYK
RGB Variations
Color information
#839DAD (or 0x839DAD) is known color: Bali Hai. HEX triplet: 83, 9D and AD. RGB value is (131,157,173). Sum of RGB (Red+Green+Blue) = 131+157+173=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #839DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839DAD is #7C6252. Grayscale: #969696. Windows color (decimal): -8151635 or 11378051. OLE color: 11378051.
HSL color Cylindrical-coordinate representation of color #839DAD: hue angle of 202.86º 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 #839DAD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 157 | 173 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.32 |
| HSL | 202.86º | 0.2% | 0.6% | - |
| HSV(B) | 202.86º | 0.24% | 0.68% | - |
| XYZ | 28.96 | 31.96 | 44.18 | - |
| YUV | 151.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 173 | 0.24 | 0.09 | 0 | 0.32 | 202.86 | 0.2 | 0.6 |
| Hex | 83 | 9D | AD | 18 | 9 | 0 | 20 | CB | 14 | 3C |
| Octal | 203 | 235 | 255 | 30 | 11 | 0 | 40 | 313 | 24 | 74 |
| Binary | 10000011 | 10011101 | 10101101 | 11000 | 1001 | 0 | 100000 | 11001011 | 10100 | 111100 |
Color Harmonies of #839DAD
Complementary color
Monochromatic Colors of #839DAD
Black with #839DAD
Text Example
Text Example
White with #839DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DAD; }
p { color: rgb(131,157,173); }
H1.HeaderClassName
{
color: #839DAD;
}
.AnyTagClassName
{
color: #839DAD;
}
</style>
background-color css
<style>
a { background-color: #839DAD; }
a { background-color: rgb(131,157,173); }
div.DivClassName
{
background-color: #839DAD;
}
.BgClassName
{
background-color: #839DAD;
}
</style>
border-color css
<style>
span { border-color: #839DAD; }
span { border-color: rgb(131,157,173); }
td.TdClassName
{
border-color: #839DAD;
}
.TagClassName
{
border-color: #839DAD;
}
</style>