Html Css Color HEX #8C9E97 Cascade

📋 copy color: '#8C9E97'

red 140 ◦ green 158 ◦ blue 151

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

Shades of Cascade #8C9E97

Tints of Cascade #8C9E97

RGB

 RED value IS 140 (55.08% from 255) = 31.18%

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

 BLUE value IS 151 (59.38% from 255) = 33.63%

R = 31.18%
G = 35.19%
B = 33.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#8C9E97 (or 0x8C9E97) is known color: Cascade. HEX triplet: 8C, 9E and 97. RGB value is (140,158,151). Sum of RGB (Red+Green+Blue) = 140+158+151=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9E97 is #736168. Grayscale: #979797. Windows color (decimal): -7561577 or 9936524. OLE color: 9936524.

HSL color Cylindrical-coordinate representation of color #8C9E97: hue angle of 156.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C9E97 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 158 151 -
CMYK 0.11 0 0.04 0.38
HSL 156.67º 0.08% 0.58% -
HSV(B) 156.67º 0.11% 0.62% -
XYZ 28.63 32.26 34 -
YUV 151.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 140 158 151 0.11 0 0.04 0.38 156.67 0.08 0.58
Hex 8C 9E 97 B 0 4 26 9D 8 3A
Octal 214 236 227 13 0 4 46 235 10 72
Binary 10001100 10011110 10010111 1011 0 100 100110 10011101 1000 111010

Color Harmonies of #8C9E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9E97

Black with #8C9E97

Text Example


Text Example

White with #8C9E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9E97; }

 p { color: rgb(140,158,151); }

 H1.HeaderClassName
 {
   color: #8C9E97;
 }
 .AnyTagClassName
 {
   color: #8C9E97;
 }
</style>

background-color css

<style>
 a { background-color: #8C9E97; }

 a { background-color: rgb(140,158,151); }

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

border-color css

<style>
 span { border-color: #8C9E97; }

 span { border-color: rgb(140,158,151); }

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