Shades of Bali Hai #839DAA
Tints of Bali Hai #839DAA
RGB
CMYK
RGB Variations
Color information
#839DAA (or 0x839DAA) is known color: Bali Hai. HEX triplet: 83, 9D and AA. RGB value is (131,157,170). Sum of RGB (Red+Green+Blue) = 131+157+170=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #839DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839DAA is #7C6255. Grayscale: #969696. Windows color (decimal): -8151638 or 11181443. OLE color: 11181443.
HSL color Cylindrical-coordinate representation of color #839DAA: hue angle of 200º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #839DAA is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 157 | 170 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.33 |
| HSL | 200º | 0.19% | 0.59% | - |
| HSV(B) | 200º | 0.23% | 0.67% | - |
| XYZ | 28.67 | 31.84 | 42.67 | - |
| YUV | 150.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 170 | 0.23 | 0.08 | 0 | 0.33 | 200 | 0.19 | 0.59 |
| Hex | 83 | 9D | AA | 17 | 8 | 0 | 21 | C8 | 13 | 3B |
| Octal | 203 | 235 | 252 | 27 | 10 | 0 | 41 | 310 | 23 | 73 |
| Binary | 10000011 | 10011101 | 10101010 | 10111 | 1000 | 0 | 100001 | 11001000 | 10011 | 111011 |
Color Harmonies of #839DAA
Complementary color
Monochromatic Colors of #839DAA
Black with #839DAA
Text Example
Text Example
White with #839DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DAA; }
p { color: rgb(131,157,170); }
H1.HeaderClassName
{
color: #839DAA;
}
.AnyTagClassName
{
color: #839DAA;
}
</style>
background-color css
<style>
a { background-color: #839DAA; }
a { background-color: rgb(131,157,170); }
div.DivClassName
{
background-color: #839DAA;
}
.BgClassName
{
background-color: #839DAA;
}
</style>
border-color css
<style>
span { border-color: #839DAA; }
span { border-color: rgb(131,157,170); }
td.TdClassName
{
border-color: #839DAA;
}
.TagClassName
{
border-color: #839DAA;
}
</style>