Shades of Nepal #98A7B4
Tints of Nepal #98A7B4
RGB
CMYK
RGB Variations
Color information
#98A7B4 (or 0x98A7B4) is known color: Nepal. HEX triplet: 98, A7 and B4. RGB value is (152,167,180). Sum of RGB (Red+Green+Blue) = 152+167+180=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #98A7B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A7B4 is #67584B. Grayscale: #A3A3A3. Windows color (decimal): -6772812 or 11839384. OLE color: 11839384.
HSL color Cylindrical-coordinate representation of color #98A7B4: hue angle of 207.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98A7B4 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 167 | 180 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.29 |
| HSL | 207.86º | 0.16% | 0.65% | - |
| HSV(B) | 207.86º | 0.16% | 0.71% | - |
| XYZ | 35.01 | 37.61 | 48.59 | - |
| YUV | 164 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 180 | 0.16 | 0.07 | 0 | 0.29 | 207.86 | 0.16 | 0.65 |
| Hex | 98 | A7 | B4 | 10 | 7 | 0 | 1D | D0 | 10 | 41 |
| Octal | 230 | 247 | 264 | 20 | 7 | 0 | 35 | 320 | 20 | 101 |
| Binary | 10011000 | 10100111 | 10110100 | 10000 | 111 | 0 | 11101 | 11010000 | 10000 | 1000001 |
Color Harmonies of #98A7B4
Complementary color
Monochromatic Colors of #98A7B4
Black with #98A7B4
Text Example
Text Example
White with #98A7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A7B4; }
p { color: rgb(152,167,180); }
H1.HeaderClassName
{
color: #98A7B4;
}
.AnyTagClassName
{
color: #98A7B4;
}
</style>
background-color css
<style>
a { background-color: #98A7B4; }
a { background-color: rgb(152,167,180); }
div.DivClassName
{
background-color: #98A7B4;
}
.BgClassName
{
background-color: #98A7B4;
}
</style>
border-color css
<style>
span { border-color: #98A7B4; }
span { border-color: rgb(152,167,180); }
td.TdClassName
{
border-color: #98A7B4;
}
.TagClassName
{
border-color: #98A7B4;
}
</style>