Shades of Nepal #95A7B8
Tints of Nepal #95A7B8
RGB
CMYK
RGB Variations
Color information
#95A7B8 (or 0x95A7B8) is known color: Nepal. HEX triplet: 95, A7 and B8. RGB value is (149,167,184). Sum of RGB (Red+Green+Blue) = 149+167+184=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #95A7B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A7B8 is #6A5847. Grayscale: #A3A3A3. Windows color (decimal): -6969416 or 12101525. OLE color: 12101525.
HSL color Cylindrical-coordinate representation of color #95A7B8: hue angle of 209.14º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95A7B8 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 167 | 184 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.28 |
| HSL | 209.14º | 0.2% | 0.65% | - |
| HSV(B) | 209.14º | 0.19% | 0.72% | - |
| XYZ | 34.86 | 37.49 | 50.75 | - |
| YUV | 163.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 184 | 0.19 | 0.09 | 0 | 0.28 | 209.14 | 0.2 | 0.65 |
| Hex | 95 | A7 | B8 | 13 | 9 | 0 | 1C | D1 | 14 | 41 |
| Octal | 225 | 247 | 270 | 23 | 11 | 0 | 34 | 321 | 24 | 101 |
| Binary | 10010101 | 10100111 | 10111000 | 10011 | 1001 | 0 | 11100 | 11010001 | 10100 | 1000001 |
Color Harmonies of #95A7B8
Complementary color
Monochromatic Colors of #95A7B8
Black with #95A7B8
Text Example
Text Example
White with #95A7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A7B8; }
p { color: rgb(149,167,184); }
H1.HeaderClassName
{
color: #95A7B8;
}
.AnyTagClassName
{
color: #95A7B8;
}
</style>
background-color css
<style>
a { background-color: #95A7B8; }
a { background-color: rgb(149,167,184); }
div.DivClassName
{
background-color: #95A7B8;
}
.BgClassName
{
background-color: #95A7B8;
}
</style>
border-color css
<style>
span { border-color: #95A7B8; }
span { border-color: rgb(149,167,184); }
td.TdClassName
{
border-color: #95A7B8;
}
.TagClassName
{
border-color: #95A7B8;
}
</style>