Shades of Nepal #8AA5B4
Tints of Nepal #8AA5B4
RGB
CMYK
RGB Variations
Color information
#8AA5B4 (or 0x8AA5B4) is known color: Nepal. HEX triplet: 8A, A5 and B4. RGB value is (138,165,180). Sum of RGB (Red+Green+Blue) = 138+165+180=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #8AA5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5B4 is #755A4B. Grayscale: #9E9E9E. Windows color (decimal): -7690828 or 11838858. OLE color: 11838858.
HSL color Cylindrical-coordinate representation of color #8AA5B4: hue angle of 201.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA5B4 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 165 | 180 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.29 |
| HSL | 201.43º | 0.22% | 0.62% | - |
| HSV(B) | 201.43º | 0.23% | 0.71% | - |
| XYZ | 32.17 | 35.61 | 48.36 | - |
| YUV | 158.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 180 | 0.23 | 0.08 | 0 | 0.29 | 201.43 | 0.22 | 0.62 |
| Hex | 8A | A5 | B4 | 17 | 8 | 0 | 1D | C9 | 16 | 3E |
| Octal | 212 | 245 | 264 | 27 | 10 | 0 | 35 | 311 | 26 | 76 |
| Binary | 10001010 | 10100101 | 10110100 | 10111 | 1000 | 0 | 11101 | 11001001 | 10110 | 111110 |
Color Harmonies of #8AA5B4
Complementary color
Monochromatic Colors of #8AA5B4
Black with #8AA5B4
Text Example
Text Example
White with #8AA5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA5B4; }
p { color: rgb(138,165,180); }
H1.HeaderClassName
{
color: #8AA5B4;
}
.AnyTagClassName
{
color: #8AA5B4;
}
</style>
background-color css
<style>
a { background-color: #8AA5B4; }
a { background-color: rgb(138,165,180); }
div.DivClassName
{
background-color: #8AA5B4;
}
.BgClassName
{
background-color: #8AA5B4;
}
</style>
border-color css
<style>
span { border-color: #8AA5B4; }
span { border-color: rgb(138,165,180); }
td.TdClassName
{
border-color: #8AA5B4;
}
.TagClassName
{
border-color: #8AA5B4;
}
</style>