#94A29D

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

Shades of Cascade #94A29D

Tints of Cascade #94A29D

Color information

#94A29D (or 0x94A29D) is unknown color: approx Cascade. HEX triplet: 94, A2 and 9D. RGB value is (148,162,157). Sum of RGB (Red+Green+Blue) = 148+162+157=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 162 - color contains mainly: green. Hex color #94A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A29D is #6B5D62. Grayscale: #9D9D9D. Windows color (decimal): -7036259 or 10330772. OLE color: 10330772.

HSL color Cylindrical-coordinate representation of color #94A29D: hue angle of 158.57º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A29D is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB148162157-
CMYK0.0900.030.36
HSL158.57º7%60.78%-
HSV(B)158.57º8.64%63.53%-
XYZ31.2234.5736.93-
YUV157.24127.86121.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=31.69%
G=34.69%
B=33.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621570.0900.030.36158.57760.78
Hex94A29D903249f73d
Octal224242235110344237775
Binary100101001010001010011101100101110010010011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,162,157); }

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

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

 a { background-color: rgb(148,162,157); }

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

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

 span { border-color: rgb(148,162,157); }

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