Shades of Bali Hai #83A3B3
Tints of Bali Hai #83A3B3
RGB
CMYK
RGB Variations
Color information
#83A3B3 (or 0x83A3B3) is known color: Bali Hai. HEX triplet: 83, A3 and B3. RGB value is (131,163,179). Sum of RGB (Red+Green+Blue) = 131+163+179=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #83A3B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A3B3 is #7C5C4C. Grayscale: #9B9B9B. Windows color (decimal): -8150093 or 11772803. OLE color: 11772803.
HSL color Cylindrical-coordinate representation of color #83A3B3: hue angle of 200º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83A3B3 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 163 | 179 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.30 |
| HSL | 200º | 0.24% | 0.61% | - |
| HSV(B) | 200º | 0.27% | 0.7% | - |
| XYZ | 30.59 | 34.27 | 47.65 | - |
| YUV | 155.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 179 | 0.27 | 0.09 | 0 | 0.30 | 200 | 0.24 | 0.61 |
| Hex | 83 | A3 | B3 | 1B | 9 | 0 | 1E | C8 | 18 | 3D |
| Octal | 203 | 243 | 263 | 33 | 11 | 0 | 36 | 310 | 30 | 75 |
| Binary | 10000011 | 10100011 | 10110011 | 11011 | 1001 | 0 | 11110 | 11001000 | 11000 | 111101 |
Color Harmonies of #83A3B3
Complementary color
Monochromatic Colors of #83A3B3
Black with #83A3B3
Text Example
Text Example
White with #83A3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A3B3; }
p { color: rgb(131,163,179); }
H1.HeaderClassName
{
color: #83A3B3;
}
.AnyTagClassName
{
color: #83A3B3;
}
</style>
background-color css
<style>
a { background-color: #83A3B3; }
a { background-color: rgb(131,163,179); }
div.DivClassName
{
background-color: #83A3B3;
}
.BgClassName
{
background-color: #83A3B3;
}
</style>
border-color css
<style>
span { border-color: #83A3B3; }
span { border-color: rgb(131,163,179); }
td.TdClassName
{
border-color: #83A3B3;
}
.TagClassName
{
border-color: #83A3B3;
}
</style>