Shades of Bali Hai #839EB8
Tints of Bali Hai #839EB8
RGB
CMYK
RGB Variations
Color information
#839EB8 (or 0x839EB8) is known color: Bali Hai. HEX triplet: 83, 9E and B8. RGB value is (131,158,184). Sum of RGB (Red+Green+Blue) = 131+158+184=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 184 - color contains mainly: blue. Hex color #839EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EB8 is #7C6147. Grayscale: #989898. Windows color (decimal): -8151368 or 12099203. OLE color: 12099203.
HSL color Cylindrical-coordinate representation of color #839EB8: hue angle of 209.43º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #839EB8 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 158 | 184 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.28 |
| HSL | 209.43º | 0.27% | 0.62% | - |
| HSV(B) | 209.43º | 0.29% | 0.72% | - |
| XYZ | 30.24 | 32.74 | 50.07 | - |
| YUV | 152.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 184 | 0.29 | 0.14 | 0 | 0.28 | 209.43 | 0.27 | 0.62 |
| Hex | 83 | 9E | B8 | 1D | E | 0 | 1C | D1 | 1B | 3E |
| Octal | 203 | 236 | 270 | 35 | 16 | 0 | 34 | 321 | 33 | 76 |
| Binary | 10000011 | 10011110 | 10111000 | 11101 | 1110 | 0 | 11100 | 11010001 | 11011 | 111110 |
Color Harmonies of #839EB8
Complementary color
Monochromatic Colors of #839EB8
Black with #839EB8
Text Example
Text Example
White with #839EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EB8; }
p { color: rgb(131,158,184); }
H1.HeaderClassName
{
color: #839EB8;
}
.AnyTagClassName
{
color: #839EB8;
}
</style>
background-color css
<style>
a { background-color: #839EB8; }
a { background-color: rgb(131,158,184); }
div.DivClassName
{
background-color: #839EB8;
}
.BgClassName
{
background-color: #839EB8;
}
</style>
border-color css
<style>
span { border-color: #839EB8; }
span { border-color: rgb(131,158,184); }
td.TdClassName
{
border-color: #839EB8;
}
.TagClassName
{
border-color: #839EB8;
}
</style>