#94A7B1

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

Shades of Nepal #94A7B1

Tints of Nepal #94A7B1

Color information

#94A7B1 (or 0x94A7B1) is unknown color: approx Nepal. HEX triplet: 94, A7 and B1. RGB value is (148,167,177). Sum of RGB (Red+Green+Blue) = 148+167+177=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #94A7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A7B1 is #6B584E. Grayscale: #A2A2A2. Windows color (decimal): -7034959 or 11642772. OLE color: 11642772.

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

Color convert

RGB148167177-
CMYK0.160.0600.31
HSL200.69º15.68%63.73%-
HSV(B)200.69º16.38%69.41%-
XYZ33.9737.1146.97-
YUV162.46136.21117.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=30.08%
G=33.94%
B=35.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481671770.160.0600.31200.6915.6863.73
Hex94A7B110601Fc91040
Octal22424726120603731120100
Binary1001010010100111101100011000011001111111001001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,167,177); }

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

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

 a { background-color: rgb(148,167,177); }

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

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

 span { border-color: rgb(148,167,177); }

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