Shades of Nepal #84ACC1
Tints of Nepal #84ACC1
RGB
CMYK
RGB Variations
Color information
#84ACC1 (or 0x84ACC1) is known color: Nepal. HEX triplet: 84, AC and C1. RGB value is (132,172,193). Sum of RGB (Red+Green+Blue) = 132+172+193=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #84ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACC1 is #7B533E. Grayscale: #A2A2A2. Windows color (decimal): -8082239 or 12692612. OLE color: 12692612.
HSL color Cylindrical-coordinate representation of color #84ACC1: hue angle of 200.66º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84ACC1 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 172 | 193 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.24 |
| HSL | 200.66º | 0.33% | 0.64% | - |
| HSV(B) | 200.66º | 0.32% | 0.76% | - |
| XYZ | 33.89 | 38.26 | 56.05 | - |
| YUV | 162.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 193 | 0.32 | 0.11 | 0 | 0.24 | 200.66 | 0.33 | 0.64 |
| Hex | 84 | AC | C1 | 20 | B | 0 | 18 | C9 | 21 | 40 |
| Octal | 204 | 254 | 301 | 40 | 13 | 0 | 30 | 311 | 41 | 100 |
| Binary | 10000100 | 10101100 | 11000001 | 100000 | 1011 | 0 | 11000 | 11001001 | 100001 | 1000000 |
Color Harmonies of #84ACC1
Complementary color
Monochromatic Colors of #84ACC1
Black with #84ACC1
Text Example
Text Example
White with #84ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACC1; }
p { color: rgb(132,172,193); }
H1.HeaderClassName
{
color: #84ACC1;
}
.AnyTagClassName
{
color: #84ACC1;
}
</style>
background-color css
<style>
a { background-color: #84ACC1; }
a { background-color: rgb(132,172,193); }
div.DivClassName
{
background-color: #84ACC1;
}
.BgClassName
{
background-color: #84ACC1;
}
</style>
border-color css
<style>
span { border-color: #84ACC1; }
span { border-color: rgb(132,172,193); }
td.TdClassName
{
border-color: #84ACC1;
}
.TagClassName
{
border-color: #84ACC1;
}
</style>