Shades of Bali Hai #839CAB
Tints of Bali Hai #839CAB
RGB
CMYK
RGB Variations
Color information
#839CAB (or 0x839CAB) is known color: Bali Hai. HEX triplet: 83, 9C and AB. RGB value is (131,156,171). Sum of RGB (Red+Green+Blue) = 131+156+171=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #839CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839CAB is #7C6354. Grayscale: #969696. Windows color (decimal): -8151893 or 11246723. OLE color: 11246723.
HSL color Cylindrical-coordinate representation of color #839CAB: hue angle of 202.5º 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 #839CAB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 156 | 171 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.33 |
| HSL | 202.5º | 0.19% | 0.59% | - |
| HSV(B) | 202.5º | 0.23% | 0.67% | - |
| XYZ | 28.6 | 31.54 | 43.11 | - |
| YUV | 150.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 171 | 0.23 | 0.09 | 0 | 0.33 | 202.5 | 0.19 | 0.59 |
| Hex | 83 | 9C | AB | 17 | 9 | 0 | 21 | CA | 13 | 3B |
| Octal | 203 | 234 | 253 | 27 | 11 | 0 | 41 | 312 | 23 | 73 |
| Binary | 10000011 | 10011100 | 10101011 | 10111 | 1001 | 0 | 100001 | 11001010 | 10011 | 111011 |
Color Harmonies of #839CAB
Complementary color
Monochromatic Colors of #839CAB
Black with #839CAB
Text Example
Text Example
White with #839CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CAB; }
p { color: rgb(131,156,171); }
H1.HeaderClassName
{
color: #839CAB;
}
.AnyTagClassName
{
color: #839CAB;
}
</style>
background-color css
<style>
a { background-color: #839CAB; }
a { background-color: rgb(131,156,171); }
div.DivClassName
{
background-color: #839CAB;
}
.BgClassName
{
background-color: #839CAB;
}
</style>
border-color css
<style>
span { border-color: #839CAB; }
span { border-color: rgb(131,156,171); }
td.TdClassName
{
border-color: #839CAB;
}
.TagClassName
{
border-color: #839CAB;
}
</style>