Html Css Color HEX #8E9389 Delta

📋 copy color: '#8E9389'

red 142 ◦ green 147 ◦ blue 137

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

Shades of Delta #8E9389

Tints of Delta #8E9389

RGB

 RED value IS 142 (55.86% from 255) = 33.33%

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

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 33.33%
G = 34.51%
B = 32.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#8E9389 (or 0x8E9389) is known color: Delta. HEX triplet: 8E, 93 and 89. RGB value is (142,147,137). Sum of RGB (Red+Green+Blue) = 142+147+137=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9389 is #716C76. Grayscale: #909090. Windows color (decimal): -7433335 or 9016206. OLE color: 9016206.

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

Color convert

RGB 142 147 137 -
CMYK 0.03 0 0.07 0.42
HSL 90º 0.04% 0.56% -
HSV(B) 90º 0.07% 0.58% -
XYZ 26.1 28.42 27.78 -
YUV 144.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 142 147 137 0.03 0 0.07 0.42 90 0.04 0.56
Hex 8E 93 89 3 0 7 2A 5A 4 38
Octal 216 223 211 3 0 7 52 132 4 70
Binary 10001110 10010011 10001001 11 0 111 101010 1011010 100 111000

Color Harmonies of #8E9389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9389

Black with #8E9389

Text Example


Text Example

White with #8E9389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,147,137); }

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

background-color css

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

 a { background-color: rgb(142,147,137); }

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

border-color css

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

 span { border-color: rgb(142,147,137); }

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