Shades of Bali Hai #839BAE
Tints of Bali Hai #839BAE
RGB
CMYK
RGB Variations
Color information
#839BAE (or 0x839BAE) is known color: Bali Hai. HEX triplet: 83, 9B and AE. RGB value is (131,155,174). Sum of RGB (Red+Green+Blue) = 131+155+174=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #839BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839BAE is #7C6451. Grayscale: #959595. Windows color (decimal): -8152146 or 11443075. OLE color: 11443075.
HSL color Cylindrical-coordinate representation of color #839BAE: hue angle of 206.51º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #839BAE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 155 | 174 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.32 |
| HSL | 206.51º | 0.21% | 0.6% | - |
| HSV(B) | 206.51º | 0.25% | 0.68% | - |
| XYZ | 28.72 | 31.32 | 44.58 | - |
| YUV | 149.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 174 | 0.25 | 0.11 | 0 | 0.32 | 206.51 | 0.21 | 0.6 |
| Hex | 83 | 9B | AE | 19 | B | 0 | 20 | CF | 15 | 3C |
| Octal | 203 | 233 | 256 | 31 | 13 | 0 | 40 | 317 | 25 | 74 |
| Binary | 10000011 | 10011011 | 10101110 | 11001 | 1011 | 0 | 100000 | 11001111 | 10101 | 111100 |
Color Harmonies of #839BAE
Complementary color
Monochromatic Colors of #839BAE
Black with #839BAE
Text Example
Text Example
White with #839BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839BAE; }
p { color: rgb(131,155,174); }
H1.HeaderClassName
{
color: #839BAE;
}
.AnyTagClassName
{
color: #839BAE;
}
</style>
background-color css
<style>
a { background-color: #839BAE; }
a { background-color: rgb(131,155,174); }
div.DivClassName
{
background-color: #839BAE;
}
.BgClassName
{
background-color: #839BAE;
}
</style>
border-color css
<style>
span { border-color: #839BAE; }
span { border-color: rgb(131,155,174); }
td.TdClassName
{
border-color: #839BAE;
}
.TagClassName
{
border-color: #839BAE;
}
</style>