#8D9E98

Color #8D9E98 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #8D9E98

Tints of Cascade #8D9E98

Color information

#8D9E98 (or 0x8D9E98) is unknown color: approx Cascade. HEX triplet: 8D, 9E and 98. RGB value is (141,158,152). Sum of RGB (Red+Green+Blue) = 141+158+152=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 158 - color contains mainly: green. Hex color #8D9E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9E98 is #726167. Grayscale: #989898. Windows color (decimal): -7496040 or 10002061. OLE color: 10002061.

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

Color convert

RGB141158152-
CMYK0.1100.040.38
HSL158.82º8.06%58.63%-
HSV(B)158.82º10.76%61.96%-
XYZ28.8832.3834.43-
YUV152.23127.87119.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.26%
GREEN value IS 158 (62.11% from 255) = 35.03%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=31.26%
G=35.03%
B=33.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411581520.1100.040.38158.828.0658.63
Hex8D9E98B04269f83b
Octal2152362301304462371073
Binary10001101100111101001100010110100100110100111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D9E98;
 }
 .AnyTagClassName
 {
   color: #8D9E98;
 }
</style>
background-color css

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

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

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

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

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

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