Shades of Bali Hai #839DB2
Tints of Bali Hai #839DB2
RGB
CMYK
RGB Variations
Color information
#839DB2 (or 0x839DB2) is known color: Bali Hai. HEX triplet: 83, 9D and B2. RGB value is (131,157,178). Sum of RGB (Red+Green+Blue) = 131+157+178=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 178 - color contains mainly: blue. Hex color #839DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839DB2 is #7C624D. Grayscale: #979797. Windows color (decimal): -8151630 or 11705731. OLE color: 11705731.
HSL color Cylindrical-coordinate representation of color #839DB2: hue angle of 206.81º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #839DB2 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 157 | 178 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.30 |
| HSL | 206.81º | 0.23% | 0.61% | - |
| HSV(B) | 206.81º | 0.26% | 0.7% | - |
| XYZ | 29.45 | 32.15 | 46.77 | - |
| YUV | 151.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 178 | 0.26 | 0.12 | 0 | 0.30 | 206.81 | 0.23 | 0.61 |
| Hex | 83 | 9D | B2 | 1A | C | 0 | 1E | CF | 17 | 3D |
| Octal | 203 | 235 | 262 | 32 | 14 | 0 | 36 | 317 | 27 | 75 |
| Binary | 10000011 | 10011101 | 10110010 | 11010 | 1100 | 0 | 11110 | 11001111 | 10111 | 111101 |
Color Harmonies of #839DB2
Complementary color
Monochromatic Colors of #839DB2
Black with #839DB2
Text Example
Text Example
White with #839DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DB2; }
p { color: rgb(131,157,178); }
H1.HeaderClassName
{
color: #839DB2;
}
.AnyTagClassName
{
color: #839DB2;
}
</style>
background-color css
<style>
a { background-color: #839DB2; }
a { background-color: rgb(131,157,178); }
div.DivClassName
{
background-color: #839DB2;
}
.BgClassName
{
background-color: #839DB2;
}
</style>
border-color css
<style>
span { border-color: #839DB2; }
span { border-color: rgb(131,157,178); }
td.TdClassName
{
border-color: #839DB2;
}
.TagClassName
{
border-color: #839DB2;
}
</style>