Html Css Color HEX #8D9880 Delta

📋 copy color: '#8D9880'

red 141 ◦ green 152 ◦ blue 128

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

Shades of Delta #8D9880

Tints of Delta #8D9880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.1%

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

R = 33.49%
G = 36.1%
B = 30.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#8D9880 (or 0x8D9880) is known color: Delta. HEX triplet: 8D, 98 and 80. RGB value is (141,152,128). Sum of RGB (Red+Green+Blue) = 141+152+128=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9880 is #72677F. Grayscale: #929292. Windows color (decimal): -7497600 or 8427661. OLE color: 8427661.

HSL color Cylindrical-coordinate representation of color #8D9880: hue angle of 87.5º degrees, saturation: 0.1, 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 #8D9880 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 152 128 -
CMYK 0.07 0 0.16 0.40
HSL 87.5º 0.1% 0.55% -
HSV(B) 87.5º 0.16% 0.6% -
XYZ 26.11 29.68 24.77 -
YUV 145.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 141 152 128 0.07 0 0.16 0.40 87.5 0.1 0.55
Hex 8D 98 80 7 0 10 28 57 A 37
Octal 215 230 200 7 0 20 50 127 12 67
Binary 10001101 10011000 10000000 111 0 10000 101000 1010111 1010 110111

Color Harmonies of #8D9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9880

Black with #8D9880

Text Example


Text Example

White with #8D9880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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