Shades of Bali Hai #839CAC
Tints of Bali Hai #839CAC
RGB
CMYK
RGB Variations
Color information
#839CAC (or 0x839CAC) is known color: Bali Hai. HEX triplet: 83, 9C and AC. RGB value is (131,156,172). Sum of RGB (Red+Green+Blue) = 131+156+172=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #839CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839CAC is #7C6353. Grayscale: #969696. Windows color (decimal): -8151892 or 11312259. OLE color: 11312259.
HSL color Cylindrical-coordinate representation of color #839CAC: hue angle of 203.41º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839CAC is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 156 | 172 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.33 |
| HSL | 203.41º | 0.2% | 0.59% | - |
| HSV(B) | 203.41º | 0.24% | 0.67% | - |
| XYZ | 28.69 | 31.58 | 43.61 | - |
| YUV | 150.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 172 | 0.24 | 0.09 | 0 | 0.33 | 203.41 | 0.2 | 0.59 |
| Hex | 83 | 9C | AC | 18 | 9 | 0 | 21 | CB | 14 | 3B |
| Octal | 203 | 234 | 254 | 30 | 11 | 0 | 41 | 313 | 24 | 73 |
| Binary | 10000011 | 10011100 | 10101100 | 11000 | 1001 | 0 | 100001 | 11001011 | 10100 | 111011 |
Color Harmonies of #839CAC
Complementary color
Monochromatic Colors of #839CAC
Black with #839CAC
Text Example
Text Example
White with #839CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CAC; }
p { color: rgb(131,156,172); }
H1.HeaderClassName
{
color: #839CAC;
}
.AnyTagClassName
{
color: #839CAC;
}
</style>
background-color css
<style>
a { background-color: #839CAC; }
a { background-color: rgb(131,156,172); }
div.DivClassName
{
background-color: #839CAC;
}
.BgClassName
{
background-color: #839CAC;
}
</style>
border-color css
<style>
span { border-color: #839CAC; }
span { border-color: rgb(131,156,172); }
td.TdClassName
{
border-color: #839CAC;
}
.TagClassName
{
border-color: #839CAC;
}
</style>