Shades of Bali Hai #84A0B0
Tints of Bali Hai #84A0B0
RGB
CMYK
RGB Variations
Color information
#84A0B0 (or 0x84A0B0) is known color: Bali Hai. HEX triplet: 84, A0 and B0. RGB value is (132,160,176). Sum of RGB (Red+Green+Blue) = 132+160+176=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 176 - color contains mainly: blue. Hex color #84A0B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A0B0 is #7B5F4F. Grayscale: #999999. Windows color (decimal): -8085328 or 11575428. OLE color: 11575428.
HSL color Cylindrical-coordinate representation of color #84A0B0: hue angle of 201.82º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84A0B0 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 160 | 176 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.31 |
| HSL | 201.82º | 0.22% | 0.6% | - |
| HSV(B) | 201.82º | 0.25% | 0.69% | - |
| XYZ | 29.92 | 33.18 | 45.9 | - |
| YUV | 153.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 176 | 0.25 | 0.09 | 0 | 0.31 | 201.82 | 0.22 | 0.6 |
| Hex | 84 | A0 | B0 | 19 | 9 | 0 | 1F | CA | 16 | 3C |
| Octal | 204 | 240 | 260 | 31 | 11 | 0 | 37 | 312 | 26 | 74 |
| Binary | 10000100 | 10100000 | 10110000 | 11001 | 1001 | 0 | 11111 | 11001010 | 10110 | 111100 |
Color Harmonies of #84A0B0
Complementary color
Monochromatic Colors of #84A0B0
Black with #84A0B0
Text Example
Text Example
White with #84A0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0B0; }
p { color: rgb(132,160,176); }
H1.HeaderClassName
{
color: #84A0B0;
}
.AnyTagClassName
{
color: #84A0B0;
}
</style>
background-color css
<style>
a { background-color: #84A0B0; }
a { background-color: rgb(132,160,176); }
div.DivClassName
{
background-color: #84A0B0;
}
.BgClassName
{
background-color: #84A0B0;
}
</style>
border-color css
<style>
span { border-color: #84A0B0; }
span { border-color: rgb(132,160,176); }
td.TdClassName
{
border-color: #84A0B0;
}
.TagClassName
{
border-color: #84A0B0;
}
</style>