Shades of Nepal #98A7B3
Tints of Nepal #98A7B3
RGB
CMYK
RGB Variations
Color information
#98A7B3 (or 0x98A7B3) is known color: Nepal. HEX triplet: 98, A7 and B3. RGB value is (152,167,179). Sum of RGB (Red+Green+Blue) = 152+167+179=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #98A7B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A7B3 is #67584C. Grayscale: #A3A3A3. Windows color (decimal): -6772813 or 11773848. OLE color: 11773848.
HSL color Cylindrical-coordinate representation of color #98A7B3: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98A7B3 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 167 | 179 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.30 |
| HSL | 206.67º | 0.15% | 0.65% | - |
| HSV(B) | 206.67º | 0.15% | 0.7% | - |
| XYZ | 34.9 | 37.57 | 48.06 | - |
| YUV | 163.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 179 | 0.15 | 0.07 | 0 | 0.30 | 206.67 | 0.15 | 0.65 |
| Hex | 98 | A7 | B3 | F | 7 | 0 | 1E | CF | F | 41 |
| Octal | 230 | 247 | 263 | 17 | 7 | 0 | 36 | 317 | 17 | 101 |
| Binary | 10011000 | 10100111 | 10110011 | 1111 | 111 | 0 | 11110 | 11001111 | 1111 | 1000001 |
Color Harmonies of #98A7B3
Complementary color
Monochromatic Colors of #98A7B3
Black with #98A7B3
Text Example
Text Example
White with #98A7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A7B3; }
p { color: rgb(152,167,179); }
H1.HeaderClassName
{
color: #98A7B3;
}
.AnyTagClassName
{
color: #98A7B3;
}
</style>
background-color css
<style>
a { background-color: #98A7B3; }
a { background-color: rgb(152,167,179); }
div.DivClassName
{
background-color: #98A7B3;
}
.BgClassName
{
background-color: #98A7B3;
}
</style>
border-color css
<style>
span { border-color: #98A7B3; }
span { border-color: rgb(152,167,179); }
td.TdClassName
{
border-color: #98A7B3;
}
.TagClassName
{
border-color: #98A7B3;
}
</style>