Shades of Bali Hai #839FAD
Tints of Bali Hai #839FAD
RGB
CMYK
RGB Variations
Color information
#839FAD (or 0x839FAD) is known color: Bali Hai. HEX triplet: 83, 9F and AD. RGB value is (131,159,173). Sum of RGB (Red+Green+Blue) = 131+159+173=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #839FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839FAD is #7C6052. Grayscale: #989898. Windows color (decimal): -8151123 or 11378563. OLE color: 11378563.
HSL color Cylindrical-coordinate representation of color #839FAD: hue angle of 200º 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 #839FAD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 159 | 173 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.32 |
| HSL | 200º | 0.2% | 0.6% | - |
| HSV(B) | 200º | 0.24% | 0.68% | - |
| XYZ | 29.3 | 32.64 | 44.29 | - |
| YUV | 152.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 173 | 0.24 | 0.08 | 0 | 0.32 | 200 | 0.2 | 0.6 |
| Hex | 83 | 9F | AD | 18 | 8 | 0 | 20 | C8 | 14 | 3C |
| Octal | 203 | 237 | 255 | 30 | 10 | 0 | 40 | 310 | 24 | 74 |
| Binary | 10000011 | 10011111 | 10101101 | 11000 | 1000 | 0 | 100000 | 11001000 | 10100 | 111100 |
Color Harmonies of #839FAD
Complementary color
Monochromatic Colors of #839FAD
Black with #839FAD
Text Example
Text Example
White with #839FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FAD; }
p { color: rgb(131,159,173); }
H1.HeaderClassName
{
color: #839FAD;
}
.AnyTagClassName
{
color: #839FAD;
}
</style>
background-color css
<style>
a { background-color: #839FAD; }
a { background-color: rgb(131,159,173); }
div.DivClassName
{
background-color: #839FAD;
}
.BgClassName
{
background-color: #839FAD;
}
</style>
border-color css
<style>
span { border-color: #839FAD; }
span { border-color: rgb(131,159,173); }
td.TdClassName
{
border-color: #839FAD;
}
.TagClassName
{
border-color: #839FAD;
}
</style>