Html Css Color HEX #8E9591 Edward

📋 copy color: '#8E9591'

red 142 ◦ green 149 ◦ blue 145

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

Shades of Edward #8E9591

Tints of Edward #8E9591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 32.57%
G = 34.17%
B = 33.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#8E9591 (or 0x8E9591) is known color: Edward. HEX triplet: 8E, 95 and 91. RGB value is (142,149,145). Sum of RGB (Red+Green+Blue) = 142+149+145=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9591 is #716A6E. Grayscale: #929292. Windows color (decimal): -7432815 or 9541006. OLE color: 9541006.

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

Color convert

RGB 142 149 145 -
CMYK 0.05 0 0.03 0.42
HSL 145.71º 0.03% 0.57% -
HSV(B) 145.71º 0.05% 0.58% -
XYZ 27.01 29.29 31.02 -
YUV 146.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 142 149 145 0.05 0 0.03 0.42 145.71 0.03 0.57
Hex 8E 95 91 5 0 3 2A 92 3 39
Octal 216 225 221 5 0 3 52 222 3 71
Binary 10001110 10010101 10010001 101 0 11 101010 10010010 11 111001

Color Harmonies of #8E9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9591

Black with #8E9591

Text Example


Text Example

White with #8E9591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,145); }

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

background-color css

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

 a { background-color: rgb(142,149,145); }

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

border-color css

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

 span { border-color: rgb(142,149,145); }

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