Html Css Color HEX #8E9E9A Cascade

📋 copy color: '#8E9E9A'

red 142 ◦ green 158 ◦ blue 154

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

Shades of Cascade #8E9E9A

Tints of Cascade #8E9E9A

RGB

 RED value IS 142 (55.86% from 255) = 31.28%

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

 BLUE value IS 154 (60.55% from 255) = 33.92%

R = 31.28%
G = 34.8%
B = 33.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#8E9E9A (or 0x8E9E9A) is known color: Cascade. HEX triplet: 8E, 9E and 9A. RGB value is (142,158,154). Sum of RGB (Red+Green+Blue) = 142+158+154=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9E9A is #716165. Grayscale: #989898. Windows color (decimal): -7430502 or 10133134. OLE color: 10133134.

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

Color convert

RGB 142 158 154 -
CMYK 0.10 0 0.03 0.38
HSL 165º 0.08% 0.59% -
HSV(B) 165º 0.1% 0.62% -
XYZ 29.21 32.54 35.31 -
YUV 152.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 142 158 154 0.10 0 0.03 0.38 165 0.08 0.59
Hex 8E 9E 9A A 0 3 26 A5 8 3B
Octal 216 236 232 12 0 3 46 245 10 73
Binary 10001110 10011110 10011010 1010 0 11 100110 10100101 1000 111011

Color Harmonies of #8E9E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9E9A

Black with #8E9E9A

Text Example


Text Example

White with #8E9E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,158,154); }

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

background-color css

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

 a { background-color: rgb(142,158,154); }

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

border-color css

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

 span { border-color: rgb(142,158,154); }

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