Shades of Bali Hai #83A0B8
Tints of Bali Hai #83A0B8
RGB
CMYK
RGB Variations
Color information
#83A0B8 (or 0x83A0B8) is known color: Bali Hai. HEX triplet: 83, A0 and B8. RGB value is (131,160,184). Sum of RGB (Red+Green+Blue) = 131+160+184=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: blue. Hex color #83A0B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A0B8 is #7C5F47. Grayscale: #999999. Windows color (decimal): -8150856 or 12099715. OLE color: 12099715.
HSL color Cylindrical-coordinate representation of color #83A0B8: hue angle of 207.17º 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 #83A0B8 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 160 | 184 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.28 |
| HSL | 207.17º | 0.27% | 0.62% | - |
| HSV(B) | 207.17º | 0.29% | 0.72% | - |
| XYZ | 30.58 | 33.43 | 50.19 | - |
| YUV | 154.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 184 | 0.29 | 0.13 | 0 | 0.28 | 207.17 | 0.27 | 0.62 |
| Hex | 83 | A0 | B8 | 1D | D | 0 | 1C | CF | 1B | 3E |
| Octal | 203 | 240 | 270 | 35 | 15 | 0 | 34 | 317 | 33 | 76 |
| Binary | 10000011 | 10100000 | 10111000 | 11101 | 1101 | 0 | 11100 | 11001111 | 11011 | 111110 |
Color Harmonies of #83A0B8
Complementary color
Monochromatic Colors of #83A0B8
Black with #83A0B8
Text Example
Text Example
White with #83A0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A0B8; }
p { color: rgb(131,160,184); }
H1.HeaderClassName
{
color: #83A0B8;
}
.AnyTagClassName
{
color: #83A0B8;
}
</style>
background-color css
<style>
a { background-color: #83A0B8; }
a { background-color: rgb(131,160,184); }
div.DivClassName
{
background-color: #83A0B8;
}
.BgClassName
{
background-color: #83A0B8;
}
</style>
border-color css
<style>
span { border-color: #83A0B8; }
span { border-color: rgb(131,160,184); }
td.TdClassName
{
border-color: #83A0B8;
}
.TagClassName
{
border-color: #83A0B8;
}
</style>