Html Css Color HEX #8E9F98 Cascade

📋 copy color: '#8E9F98'

red 142 ◦ green 159 ◦ blue 152

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

Shades of Cascade #8E9F98

Tints of Cascade #8E9F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.1%

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 31.35%
G = 35.1%
B = 33.55%

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

#8E9F98 (or 0x8E9F98) is known color: Cascade. HEX triplet: 8E, 9F and 98. RGB value is (142,159,152). Sum of RGB (Red+Green+Blue) = 142+159+152=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9F98 is #716067. Grayscale: #999999. Windows color (decimal): -7430248 or 10002318. OLE color: 10002318.

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

Color convert

RGB 142 159 152 -
CMYK 0.11 0 0.04 0.38
HSL 155.29º 0.08% 0.59% -
HSV(B) 155.29º 0.11% 0.62% -
XYZ 29.22 32.81 34.5 -
YUV 153.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 142 159 152 0.11 0 0.04 0.38 155.29 0.08 0.59
Hex 8E 9F 98 B 0 4 26 9B 8 3B
Octal 216 237 230 13 0 4 46 233 10 73
Binary 10001110 10011111 10011000 1011 0 100 100110 10011011 1000 111011

Color Harmonies of #8E9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9F98

Black with #8E9F98

Text Example


Text Example

White with #8E9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,159,152); }

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

background-color css

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

 a { background-color: rgb(142,159,152); }

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

border-color css

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

 span { border-color: rgb(142,159,152); }

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