Html Css Color HEX #8D9E97 Cascade

📋 copy color: '#8D9E97'

red 141 ◦ green 158 ◦ blue 151

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

Shades of Cascade #8D9E97

Tints of Cascade #8D9E97

RGB

 RED value IS 141 (55.47% from 255) = 31.33%

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

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

R = 31.33%
G = 35.11%
B = 33.56%

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

#8D9E97 (or 0x8D9E97) is known color: Cascade. HEX triplet: 8D, 9E and 97. RGB value is (141,158,151). Sum of RGB (Red+Green+Blue) = 141+158+151=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 158 - color contains mainly: green. Hex color #8D9E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9E97 is #726168. Grayscale: #989898. Windows color (decimal): -7496041 or 9936525. OLE color: 9936525.

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

Color convert

RGB 141 158 151 -
CMYK 0.11 0 0.04 0.38
HSL 155.29º 0.08% 0.59% -
HSV(B) 155.29º 0.11% 0.62% -
XYZ 28.8 32.35 34 -
YUV 152.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 141 158 151 0.11 0 0.04 0.38 155.29 0.08 0.59
Hex 8D 9E 97 B 0 4 26 9B 8 3B
Octal 215 236 227 13 0 4 46 233 10 73
Binary 10001101 10011110 10010111 1011 0 100 100110 10011011 1000 111011

Color Harmonies of #8D9E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9E97

Black with #8D9E97

Text Example


Text Example

White with #8D9E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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