Shades of Bali Hai #84A3AF
Tints of Bali Hai #84A3AF
RGB
CMYK
RGB Variations
Color information
#84A3AF (or 0x84A3AF) is known color: Bali Hai. HEX triplet: 84, A3 and AF. RGB value is (132,163,175). Sum of RGB (Red+Green+Blue) = 132+163+175=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #84A3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A3AF is #7B5C50. Grayscale: #9B9B9B. Windows color (decimal): -8084561 or 11510660. OLE color: 11510660.
HSL color Cylindrical-coordinate representation of color #84A3AF: hue angle of 196.74º degrees, saturation: 0.21, 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 #84A3AF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 163 | 175 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.31 |
| HSL | 196.74º | 0.21% | 0.6% | - |
| HSV(B) | 196.74º | 0.25% | 0.69% | - |
| XYZ | 30.35 | 34.2 | 45.56 | - |
| YUV | 155.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 175 | 0.25 | 0.07 | 0 | 0.31 | 196.74 | 0.21 | 0.6 |
| Hex | 84 | A3 | AF | 19 | 7 | 0 | 1F | C5 | 15 | 3C |
| Octal | 204 | 243 | 257 | 31 | 7 | 0 | 37 | 305 | 25 | 74 |
| Binary | 10000100 | 10100011 | 10101111 | 11001 | 111 | 0 | 11111 | 11000101 | 10101 | 111100 |
Color Harmonies of #84A3AF
Complementary color
Monochromatic Colors of #84A3AF
Black with #84A3AF
Text Example
Text Example
White with #84A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A3AF; }
p { color: rgb(132,163,175); }
H1.HeaderClassName
{
color: #84A3AF;
}
.AnyTagClassName
{
color: #84A3AF;
}
</style>
background-color css
<style>
a { background-color: #84A3AF; }
a { background-color: rgb(132,163,175); }
div.DivClassName
{
background-color: #84A3AF;
}
.BgClassName
{
background-color: #84A3AF;
}
</style>
border-color css
<style>
span { border-color: #84A3AF; }
span { border-color: rgb(132,163,175); }
td.TdClassName
{
border-color: #84A3AF;
}
.TagClassName
{
border-color: #84A3AF;
}
</style>