Html Css Color HEX #949E9C Cascade

📋 copy color: '#949E9C'

red 148 ◦ green 158 ◦ blue 156

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

Shades of Cascade #949E9C

Tints of Cascade #949E9C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 156 (61.33% from 255) = 33.77%

R = 32.03%
G = 34.2%
B = 33.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#949E9C (or 0x949E9C) is known color: Cascade. HEX triplet: 94, 9E and 9C. RGB value is (148,158,156). Sum of RGB (Red+Green+Blue) = 148+158+156=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 158 - color contains mainly: green. Hex color #949E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949E9C is #6B6163. Grayscale: #9A9A9A. Windows color (decimal): -7037284 or 10264212. OLE color: 10264212.

HSL color Cylindrical-coordinate representation of color #949E9C: hue angle of 168º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #949E9C is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 156 -
CMYK 0.06 0 0.01 0.38
HSL 168º 0.05% 0.6% -
HSV(B) 168º 0.06% 0.62% -
XYZ 30.44 33.15 36.25 -
YUV 154.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 148 158 156 0.06 0 0.01 0.38 168 0.05 0.6
Hex 94 9E 9C 6 0 1 26 A8 5 3C
Octal 224 236 234 6 0 1 46 250 5 74
Binary 10010100 10011110 10011100 110 0 1 100110 10101000 101 111100

Color Harmonies of #949E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E9C

Black with #949E9C

Text Example


Text Example

White with #949E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949E9C; }

 p { color: rgb(148,158,156); }

 H1.HeaderClassName
 {
   color: #949E9C;
 }
 .AnyTagClassName
 {
   color: #949E9C;
 }
</style>

background-color css

<style>
 a { background-color: #949E9C; }

 a { background-color: rgb(148,158,156); }

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

border-color css

<style>
 span { border-color: #949E9C; }

 span { border-color: rgb(148,158,156); }

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