Html Css Color HEX #8C9E99 Cascade

📋 copy color: '#8C9E99'

red 140 ◦ green 158 ◦ blue 153

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

Shades of Cascade #8C9E99

Tints of Cascade #8C9E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.92%

R = 31.04%
G = 35.03%
B = 33.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#8C9E99 (or 0x8C9E99) is known color: Cascade. HEX triplet: 8C, 9E and 99. RGB value is (140,158,153). Sum of RGB (Red+Green+Blue) = 140+158+153=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9E99 is #736166. Grayscale: #989898. Windows color (decimal): -7561575 or 10067596. OLE color: 10067596.

HSL color Cylindrical-coordinate representation of color #8C9E99: hue angle of 163.33º 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 #8C9E99 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 158 153 -
CMYK 0.11 0 0.03 0.38
HSL 163.33º 0.08% 0.58% -
HSV(B) 163.33º 0.11% 0.62% -
XYZ 28.79 32.33 34.86 -
YUV 152.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 140 158 153 0.11 0 0.03 0.38 163.33 0.08 0.58
Hex 8C 9E 99 B 0 3 26 A3 8 3A
Octal 214 236 231 13 0 3 46 243 10 72
Binary 10001100 10011110 10011001 1011 0 11 100110 10100011 1000 111010

Color Harmonies of #8C9E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9E99

Black with #8C9E99

Text Example


Text Example

White with #8C9E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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