#94A5B4

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

Shades of Nepal #94A5B4

Tints of Nepal #94A5B4

Color information

#94A5B4 (or 0x94A5B4) is unknown color: approx Nepal. HEX triplet: 94, A5 and B4. RGB value is (148,165,180). Sum of RGB (Red+Green+Blue) = 148+165+180=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #94A5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5B4 is #6B5A4B. Grayscale: #A1A1A1. Windows color (decimal): -7035468 or 11838868. OLE color: 11838868.

HSL color Cylindrical-coordinate representation of color #94A5B4: hue angle of 208.12º 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 #94A5B4 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148165180-
CMYK0.180.0800.29
HSL208.12º17.58%64.31%-
HSV(B)208.12º17.78%70.59%-
XYZ33.9136.548.44-
YUV161.63138.37118.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 180 (70.70% from 255) = 36.51%
R=30.02%
G=33.47%
B=36.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481651800.180.0800.29208.1217.5864.31
Hex94A5B412801Dd01240
Octal224245264221003532022100
Binary10010100101001011011010010010100001110111010000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,165,180); }

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

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

 a { background-color: rgb(148,165,180); }

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

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

 span { border-color: rgb(148,165,180); }

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