#93A7BA

Color #93A7BA Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #93A7BA

Tints of Nepal #93A7BA

Color information

#93A7BA (or 0x93A7BA) is unknown color: approx Nepal. HEX triplet: 93, A7 and BA. RGB value is (147,167,186). Sum of RGB (Red+Green+Blue) = 147+167+186=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #93A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7BA is #6C5845. Grayscale: #A3A3A3. Windows color (decimal): -7100486 or 12232595. OLE color: 12232595.

HSL color Cylindrical-coordinate representation of color #93A7BA: hue angle of 209.23º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A7BA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147167186-
CMYK0.210.1000.27
HSL209.23º22.03%65.29%-
HSV(B)209.23º20.97%72.94%-
XYZ34.7137.3951.84-
YUV163.19140.87116.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=29.4%
G=33.4%
B=37.2%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471671860.210.1000.27209.2322.0365.29
Hex93A7BA15A01Bd11641
Octal223247272251203332126101
Binary10010011101001111011101010101101001101111010001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A7BA; }

 p { color: rgb(147,167,186); }

 H1.HeaderClassName
 {
   color: #93A7BA;
 }
 .AnyTagClassName
 {
   color: #93A7BA;
 }
</style>
background-color css

<style>
 a { background-color: #93A7BA; }

 a { background-color: rgb(147,167,186); }

 div.DivClassName
 {
   background-color: #93A7BA;
 }
 .BgClassName
 {
   background-color: #93A7BA;
 }
</style>
border-color css

<style>
 span { border-color: #93A7BA; }

 span { border-color: rgb(147,167,186); }

 td.TdClassName
 {
   border-color: #93A7BA;
 }
 .TagClassName
 {
   border-color: #93A7BA;
 }
</style>