Shades of Bali Hai #839DAF
Tints of Bali Hai #839DAF
RGB
CMYK
RGB Variations
Color information
#839DAF (or 0x839DAF) is known color: Bali Hai. HEX triplet: 83, 9D and AF. RGB value is (131,157,175). Sum of RGB (Red+Green+Blue) = 131+157+175=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #839DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839DAF is #7C6250. Grayscale: #979797. Windows color (decimal): -8151633 or 11509123. OLE color: 11509123.
HSL color Cylindrical-coordinate representation of color #839DAF: hue angle of 204.55º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #839DAF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 157 | 175 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.31 |
| HSL | 204.55º | 0.22% | 0.6% | - |
| HSV(B) | 204.55º | 0.25% | 0.69% | - |
| XYZ | 29.15 | 32.03 | 45.2 | - |
| YUV | 151.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 175 | 0.25 | 0.10 | 0 | 0.31 | 204.55 | 0.22 | 0.6 |
| Hex | 83 | 9D | AF | 19 | A | 0 | 1F | CD | 16 | 3C |
| Octal | 203 | 235 | 257 | 31 | 12 | 0 | 37 | 315 | 26 | 74 |
| Binary | 10000011 | 10011101 | 10101111 | 11001 | 1010 | 0 | 11111 | 11001101 | 10110 | 111100 |
Color Harmonies of #839DAF
Complementary color
Monochromatic Colors of #839DAF
Black with #839DAF
Text Example
Text Example
White with #839DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DAF; }
p { color: rgb(131,157,175); }
H1.HeaderClassName
{
color: #839DAF;
}
.AnyTagClassName
{
color: #839DAF;
}
</style>
background-color css
<style>
a { background-color: #839DAF; }
a { background-color: rgb(131,157,175); }
div.DivClassName
{
background-color: #839DAF;
}
.BgClassName
{
background-color: #839DAF;
}
</style>
border-color css
<style>
span { border-color: #839DAF; }
span { border-color: rgb(131,157,175); }
td.TdClassName
{
border-color: #839DAF;
}
.TagClassName
{
border-color: #839DAF;
}
</style>