Html Css Color HEX #8D9F98 Cascade

📋 copy color: '#8D9F98'

red 141 ◦ green 159 ◦ blue 152

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

Shades of Cascade #8D9F98

Tints of Cascade #8D9F98

RGB

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

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

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

R = 31.19%
G = 35.18%
B = 33.63%

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

#8D9F98 (or 0x8D9F98) is known color: Cascade. HEX triplet: 8D, 9F and 98. RGB value is (141,159,152). Sum of RGB (Red+Green+Blue) = 141+159+152=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9F98 is #726067. Grayscale: #989898. Windows color (decimal): -7495784 or 10002317. OLE color: 10002317.

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

Color convert

RGB 141 159 152 -
CMYK 0.11 0 0.04 0.38
HSL 156.67º 0.09% 0.59% -
HSV(B) 156.67º 0.11% 0.62% -
XYZ 29.05 32.73 34.49 -
YUV 152.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 141 159 152 0.11 0 0.04 0.38 156.67 0.09 0.59
Hex 8D 9F 98 B 0 4 26 9D 9 3B
Octal 215 237 230 13 0 4 46 235 11 73
Binary 10001101 10011111 10011000 1011 0 100 100110 10011101 1001 111011

Color Harmonies of #8D9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9F98

Black with #8D9F98

Text Example


Text Example

White with #8D9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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