Shades of Nepal #93A8B4
Tints of Nepal #93A8B4
RGB
CMYK
RGB Variations
Color information
#93A8B4 (or 0x93A8B4) is known color: Nepal. HEX triplet: 93, A8 and B4. RGB value is (147,168,180). Sum of RGB (Red+Green+Blue) = 147+168+180=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #93A8B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A8B4 is #6C574B. Grayscale: #A3A3A3. Windows color (decimal): -7100236 or 11839635. OLE color: 11839635.
HSL color Cylindrical-coordinate representation of color #93A8B4: hue angle of 201.82º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93A8B4 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 168 | 180 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.29 |
| HSL | 201.82º | 0.18% | 0.64% | - |
| HSV(B) | 201.82º | 0.18% | 0.71% | - |
| XYZ | 34.27 | 37.5 | 48.61 | - |
| YUV | 163.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 180 | 0.18 | 0.07 | 0 | 0.29 | 201.82 | 0.18 | 0.64 |
| Hex | 93 | A8 | B4 | 12 | 7 | 0 | 1D | CA | 12 | 40 |
| Octal | 223 | 250 | 264 | 22 | 7 | 0 | 35 | 312 | 22 | 100 |
| Binary | 10010011 | 10101000 | 10110100 | 10010 | 111 | 0 | 11101 | 11001010 | 10010 | 1000000 |
Color Harmonies of #93A8B4
Complementary color
Monochromatic Colors of #93A8B4
Black with #93A8B4
Text Example
Text Example
White with #93A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A8B4; }
p { color: rgb(147,168,180); }
H1.HeaderClassName
{
color: #93A8B4;
}
.AnyTagClassName
{
color: #93A8B4;
}
</style>
background-color css
<style>
a { background-color: #93A8B4; }
a { background-color: rgb(147,168,180); }
div.DivClassName
{
background-color: #93A8B4;
}
.BgClassName
{
background-color: #93A8B4;
}
</style>
border-color css
<style>
span { border-color: #93A8B4; }
span { border-color: rgb(147,168,180); }
td.TdClassName
{
border-color: #93A8B4;
}
.TagClassName
{
border-color: #93A8B4;
}
</style>