Shades of Bali Hai #839BAC
Tints of Bali Hai #839BAC
RGB
CMYK
RGB Variations
Color information
#839BAC (or 0x839BAC) is known color: Bali Hai. HEX triplet: 83, 9B and AC. RGB value is (131,155,172). Sum of RGB (Red+Green+Blue) = 131+155+172=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #839BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839BAC is #7C6453. Grayscale: #959595. Windows color (decimal): -8152148 or 11312003. OLE color: 11312003.
HSL color Cylindrical-coordinate representation of color #839BAC: hue angle of 204.88º 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 #839BAC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 155 | 172 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.33 |
| HSL | 204.88º | 0.2% | 0.59% | - |
| HSV(B) | 204.88º | 0.24% | 0.67% | - |
| XYZ | 28.53 | 31.25 | 43.56 | - |
| YUV | 149.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 172 | 0.24 | 0.10 | 0 | 0.33 | 204.88 | 0.2 | 0.59 |
| Hex | 83 | 9B | AC | 18 | A | 0 | 21 | CD | 14 | 3B |
| Octal | 203 | 233 | 254 | 30 | 12 | 0 | 41 | 315 | 24 | 73 |
| Binary | 10000011 | 10011011 | 10101100 | 11000 | 1010 | 0 | 100001 | 11001101 | 10100 | 111011 |
Color Harmonies of #839BAC
Complementary color
Monochromatic Colors of #839BAC
Black with #839BAC
Text Example
Text Example
White with #839BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839BAC; }
p { color: rgb(131,155,172); }
H1.HeaderClassName
{
color: #839BAC;
}
.AnyTagClassName
{
color: #839BAC;
}
</style>
background-color css
<style>
a { background-color: #839BAC; }
a { background-color: rgb(131,155,172); }
div.DivClassName
{
background-color: #839BAC;
}
.BgClassName
{
background-color: #839BAC;
}
</style>
border-color css
<style>
span { border-color: #839BAC; }
span { border-color: rgb(131,155,172); }
td.TdClassName
{
border-color: #839BAC;
}
.TagClassName
{
border-color: #839BAC;
}
</style>