Html Css Color HEX #8D9980 Delta

📋 copy color: '#8D9980'

red 141 ◦ green 153 ◦ blue 128

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

Shades of Delta #8D9980

Tints of Delta #8D9980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 33.41%
G = 36.26%
B = 30.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#8D9980 (or 0x8D9980) is known color: Delta. HEX triplet: 8D, 99 and 80. RGB value is (141,153,128). Sum of RGB (Red+Green+Blue) = 141+153+128=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9980 is #72667F. Grayscale: #929292. Windows color (decimal): -7497344 or 8427917. OLE color: 8427917.

HSL color Cylindrical-coordinate representation of color #8D9980: hue angle of 88.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D9980 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 153 128 -
CMYK 0.08 0 0.16 0.4
HSL 88.8º 0.11% 0.55% -
HSV(B) 88.8º 0.16% 0.6% -
XYZ 26.27 30 24.83 -
YUV 146.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 141 153 128 0.08 0 0.16 0.4 88.8 0.11 0.55
Hex 8D 99 80 8 0 10 28 59 B 37
Octal 215 231 200 10 0 20 50 131 13 67
Binary 10001101 10011001 10000000 1000 0 10000 101000 1011001 1011 110111

Color Harmonies of #8D9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9980

Black with #8D9980

Text Example


Text Example

White with #8D9980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,153,128); }

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

background-color css

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

 a { background-color: rgb(141,153,128); }

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

border-color css

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

 span { border-color: rgb(141,153,128); }

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