#94A4AF

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

Shades of Nepal #94A4AF

Tints of Nepal #94A4AF

Color information

#94A4AF (or 0x94A4AF) is unknown color: approx Nepal. HEX triplet: 94, A4 and AF. RGB value is (148,164,175). Sum of RGB (Red+Green+Blue) = 148+164+175=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #94A4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A4AF is #6B5B50. Grayscale: #A0A0A0. Windows color (decimal): -7035729 or 11510932. OLE color: 11510932.

HSL color Cylindrical-coordinate representation of color #94A4AF: hue angle of 204.44º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94A4AF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148164175-
CMYK0.150.0600.31
HSL204.44º14.44%63.33%-
HSV(B)204.44º15.43%68.63%-
XYZ33.2335.9445.74-
YUV160.47136.2119.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=30.39%
G=33.68%
B=35.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481641750.150.0600.31204.4414.4463.33
Hex94A4AFF601Fcce3f
Octal2242442571760373141677
Binary1001010010100100101011111111110011111110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A4AF; }

 p { color: rgb(148,164,175); }

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

<style>
 a { background-color: #94A4AF; }

 a { background-color: rgb(148,164,175); }

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

<style>
 span { border-color: #94A4AF; }

 span { border-color: rgb(148,164,175); }

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