Shades of Bali Hai #84A6B3
Tints of Bali Hai #84A6B3
RGB
CMYK
RGB Variations
Color information
#84A6B3 (or 0x84A6B3) is known color: Bali Hai. HEX triplet: 84, A6 and B3. RGB value is (132,166,179). Sum of RGB (Red+Green+Blue) = 132+166+179=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 179 - color contains mainly: blue. Hex color #84A6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A6B3 is #7B594C. Grayscale: #9D9D9D. Windows color (decimal): -8083789 or 11773572. OLE color: 11773572.
HSL color Cylindrical-coordinate representation of color #84A6B3: hue angle of 196.6º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84A6B3 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 166 | 179 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.30 |
| HSL | 196.6º | 0.24% | 0.61% | - |
| HSV(B) | 196.6º | 0.26% | 0.7% | - |
| XYZ | 31.29 | 35.43 | 47.84 | - |
| YUV | 157.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 179 | 0.26 | 0.07 | 0 | 0.30 | 196.6 | 0.24 | 0.61 |
| Hex | 84 | A6 | B3 | 1A | 7 | 0 | 1E | C5 | 18 | 3D |
| Octal | 204 | 246 | 263 | 32 | 7 | 0 | 36 | 305 | 30 | 75 |
| Binary | 10000100 | 10100110 | 10110011 | 11010 | 111 | 0 | 11110 | 11000101 | 11000 | 111101 |
Color Harmonies of #84A6B3
Complementary color
Monochromatic Colors of #84A6B3
Black with #84A6B3
Text Example
Text Example
White with #84A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A6B3; }
p { color: rgb(132,166,179); }
H1.HeaderClassName
{
color: #84A6B3;
}
.AnyTagClassName
{
color: #84A6B3;
}
</style>
background-color css
<style>
a { background-color: #84A6B3; }
a { background-color: rgb(132,166,179); }
div.DivClassName
{
background-color: #84A6B3;
}
.BgClassName
{
background-color: #84A6B3;
}
</style>
border-color css
<style>
span { border-color: #84A6B3; }
span { border-color: rgb(132,166,179); }
td.TdClassName
{
border-color: #84A6B3;
}
.TagClassName
{
border-color: #84A6B3;
}
</style>