Html Css Color HEX #8D9388 Delta

📋 copy color: '#8D9388'

red 141 ◦ green 147 ◦ blue 136

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

Shades of Delta #8D9388

Tints of Delta #8D9388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 33.25%
G = 34.67%
B = 32.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#8D9388 (or 0x8D9388) is known color: Delta. HEX triplet: 8D, 93 and 88. RGB value is (141,147,136). Sum of RGB (Red+Green+Blue) = 141+147+136=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9388 is #726C77. Grayscale: #8F8F8F. Windows color (decimal): -7498872 or 8950669. OLE color: 8950669.

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

Color convert

RGB 141 147 136 -
CMYK 0.04 0 0.07 0.42
HSL 92.73º 0.05% 0.55% -
HSV(B) 92.73º 0.07% 0.58% -
XYZ 25.86 28.31 27.39 -
YUV 143.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 141 147 136 0.04 0 0.07 0.42 92.73 0.05 0.55
Hex 8D 93 88 4 0 7 2A 5D 5 37
Octal 215 223 210 4 0 7 52 135 5 67
Binary 10001101 10010011 10001000 100 0 111 101010 1011101 101 110111

Color Harmonies of #8D9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9388

Black with #8D9388

Text Example


Text Example

White with #8D9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,147,136); }

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

background-color css

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

 a { background-color: rgb(141,147,136); }

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

border-color css

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

 span { border-color: rgb(141,147,136); }

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