Shades of Nepal #87AABB
Tints of Nepal #87AABB
RGB
CMYK
RGB Variations
Color information
#87AABB (or 0x87AABB) is known color: Nepal. HEX triplet: 87, AA and BB. RGB value is (135,170,187). Sum of RGB (Red+Green+Blue) = 135+170+187=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #87AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AABB is #785544. Grayscale: #A1A1A1. Windows color (decimal): -7886149 or 12298887. OLE color: 12298887.
HSL color Cylindrical-coordinate representation of color #87AABB: hue angle of 199.62º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87AABB is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 135 | 170 | 187 | - |
CMYK | 0.28 | 0.09 | 0 | 0.27 |
HSL | 199.62º | 0.28% | 0.63% | - |
HSV(B) | 199.62º | 0.28% | 0.73% | - |
XYZ | 33.34 | 37.49 | 52.49 | - |
YUV | 161.47 | 142.4 | 109.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 170 | 187 | 0.28 | 0.09 | 0 | 0.27 | 199.62 | 0.28 | 0.63 |
Hex | 87 | AA | BB | 1C | 9 | 0 | 1B | C8 | 1C | 3F |
Octal | 207 | 252 | 273 | 34 | 11 | 0 | 33 | 310 | 34 | 77 |
Binary | 10000111 | 10101010 | 10111011 | 11100 | 1001 | 0 | 11011 | 11001000 | 11100 | 111111 |
Color Harmonies of #87AABB
Complementary color
Monochromatic Colors of #87AABB
Black with #87AABB
Text Example
Text Example
White with #87AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AABB; }
p { color: rgb(135,170,187); }
H1.HeaderClassName
{
color: #87AABB;
}
.AnyTagClassName
{
color: #87AABB;
}
</style>
background-color css
<style>
a { background-color: #87AABB; }
a { background-color: rgb(135,170,187); }
div.DivClassName
{
background-color: #87AABB;
}
.BgClassName
{
background-color: #87AABB;
}
</style>
border-color css
<style>
span { border-color: #87AABB; }
span { border-color: rgb(135,170,187); }
td.TdClassName
{
border-color: #87AABB;
}
.TagClassName
{
border-color: #87AABB;
}
</style>