Html Css Color HEX #8D9086 Delta

📋 copy color: '#8D9086'

red 141 ◦ green 144 ◦ blue 134

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

Shades of Delta #8D9086

Tints of Delta #8D9086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

 BLUE value IS 134 (52.73% from 255) = 31.98%

R = 33.65%
G = 34.37%
B = 31.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8D9086 (or 0x8D9086) is known color: Delta. HEX triplet: 8D, 90 and 86. RGB value is (141,144,134). Sum of RGB (Red+Green+Blue) = 141+144+134=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9086 is #726F79. Grayscale: #8E8E8E. Windows color (decimal): -7499642 or 8818829. OLE color: 8818829.

HSL color Cylindrical-coordinate representation of color #8D9086: hue angle of 78º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D9086 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 144 134 -
CMYK 0.02 0 0.07 0.44
HSL 78º 0.04% 0.55% -
HSV(B) 78º 0.07% 0.56% -
XYZ 25.26 27.33 26.5 -
YUV 141.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 141 144 134 0.02 0 0.07 0.44 78 0.04 0.55
Hex 8D 90 86 2 0 7 2C 4E 4 37
Octal 215 220 206 2 0 7 54 116 4 67
Binary 10001101 10010000 10000110 10 0 111 101100 1001110 100 110111

Color Harmonies of #8D9086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9086

Black with #8D9086

Text Example


Text Example

White with #8D9086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,144,134); }

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

background-color css

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

 a { background-color: rgb(141,144,134); }

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

border-color css

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

 span { border-color: rgb(141,144,134); }

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