Html Css Color HEX #94A09D Cascade

📋 copy color: '#94A09D'

red 148 ◦ green 160 ◦ blue 157

#94A09D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #94A09D

Tints of Cascade #94A09D

RGB

 RED value IS 148 (58.2% from 255) = 31.83%

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 31.83%
G = 34.41%
B = 33.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#94A09D (or 0x94A09D) is known color: Cascade. HEX triplet: 94, A0 and 9D. RGB value is (148,160,157). Sum of RGB (Red+Green+Blue) = 148+160+157=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 160 - color contains mainly: green. Hex color #94A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A09D is #6B5F62. Grayscale: #9C9C9C. Windows color (decimal): -7036771 or 10330260. OLE color: 10330260.

HSL color Cylindrical-coordinate representation of color #94A09D: hue angle of 165º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94A09D is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 157 -
CMYK 0.07 0 0.02 0.37
HSL 165º 0.06% 0.6% -
HSV(B) 165º 0.07% 0.63% -
XYZ 30.87 33.87 36.81 -
YUV 156.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 148 160 157 0.07 0 0.02 0.37 165 0.06 0.6
Hex 94 A0 9D 7 0 2 25 A5 6 3C
Octal 224 240 235 7 0 2 45 245 6 74
Binary 10010100 10100000 10011101 111 0 10 100101 10100101 110 111100

Color Harmonies of #94A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A09D

Black with #94A09D

Text Example


Text Example

White with #94A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A09D;
 }
 .AnyTagClassName
 {
   color: #94A09D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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