Shades of Bali Hai #839CB2
Tints of Bali Hai #839CB2
RGB
CMYK
RGB Variations
Color information
#839CB2 (or 0x839CB2) is known color: Bali Hai. HEX triplet: 83, 9C and B2. RGB value is (131,156,178). Sum of RGB (Red+Green+Blue) = 131+156+178=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #839CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839CB2 is #7C634D. Grayscale: #969696. Windows color (decimal): -8151886 or 11705475. OLE color: 11705475.
HSL color Cylindrical-coordinate representation of color #839CB2: hue angle of 208.09º 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 #839CB2 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 156 | 178 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.30 |
| HSL | 208.09º | 0.23% | 0.61% | - |
| HSV(B) | 208.09º | 0.26% | 0.7% | - |
| XYZ | 29.28 | 31.82 | 46.72 | - |
| YUV | 151.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 178 | 0.26 | 0.12 | 0 | 0.30 | 208.09 | 0.23 | 0.61 |
| Hex | 83 | 9C | B2 | 1A | C | 0 | 1E | D0 | 17 | 3D |
| Octal | 203 | 234 | 262 | 32 | 14 | 0 | 36 | 320 | 27 | 75 |
| Binary | 10000011 | 10011100 | 10110010 | 11010 | 1100 | 0 | 11110 | 11010000 | 10111 | 111101 |
Color Harmonies of #839CB2
Complementary color
Monochromatic Colors of #839CB2
Black with #839CB2
Text Example
Text Example
White with #839CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CB2; }
p { color: rgb(131,156,178); }
H1.HeaderClassName
{
color: #839CB2;
}
.AnyTagClassName
{
color: #839CB2;
}
</style>
background-color css
<style>
a { background-color: #839CB2; }
a { background-color: rgb(131,156,178); }
div.DivClassName
{
background-color: #839CB2;
}
.BgClassName
{
background-color: #839CB2;
}
</style>
border-color css
<style>
span { border-color: #839CB2; }
span { border-color: rgb(131,156,178); }
td.TdClassName
{
border-color: #839CB2;
}
.TagClassName
{
border-color: #839CB2;
}
</style>