Shades of Nepal #98A8B1
Tints of Nepal #98A8B1
RGB
CMYK
RGB Variations
Color information
#98A8B1 (or 0x98A8B1) is known color: Nepal. HEX triplet: 98, A8 and B1. RGB value is (152,168,177). Sum of RGB (Red+Green+Blue) = 152+168+177=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #98A8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A8B1 is #67574E. Grayscale: #A4A4A4. Windows color (decimal): -6772559 or 11643032. OLE color: 11643032.
HSL color Cylindrical-coordinate representation of color #98A8B1: hue angle of 201.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98A8B1 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 168 | 177 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.31 |
| HSL | 201.6º | 0.14% | 0.65% | - |
| HSV(B) | 201.6º | 0.14% | 0.69% | - |
| XYZ | 34.89 | 37.85 | 47.06 | - |
| YUV | 164.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 177 | 0.14 | 0.05 | 0 | 0.31 | 201.6 | 0.14 | 0.65 |
| Hex | 98 | A8 | B1 | E | 5 | 0 | 1F | CA | E | 41 |
| Octal | 230 | 250 | 261 | 16 | 5 | 0 | 37 | 312 | 16 | 101 |
| Binary | 10011000 | 10101000 | 10110001 | 1110 | 101 | 0 | 11111 | 11001010 | 1110 | 1000001 |
Color Harmonies of #98A8B1
Complementary color
Monochromatic Colors of #98A8B1
Black with #98A8B1
Text Example
Text Example
White with #98A8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8B1; }
p { color: rgb(152,168,177); }
H1.HeaderClassName
{
color: #98A8B1;
}
.AnyTagClassName
{
color: #98A8B1;
}
</style>
background-color css
<style>
a { background-color: #98A8B1; }
a { background-color: rgb(152,168,177); }
div.DivClassName
{
background-color: #98A8B1;
}
.BgClassName
{
background-color: #98A8B1;
}
</style>
border-color css
<style>
span { border-color: #98A8B1; }
span { border-color: rgb(152,168,177); }
td.TdClassName
{
border-color: #98A8B1;
}
.TagClassName
{
border-color: #98A8B1;
}
</style>