Html Css Color HEX #8E9585 Delta

📋 copy color: '#8E9585'

red 142 ◦ green 149 ◦ blue 133

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

Shades of Delta #8E9585

Tints of Delta #8E9585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 33.49%
G = 35.14%
B = 31.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#8E9585 (or 0x8E9585) is known color: Delta. HEX triplet: 8E, 95 and 85. RGB value is (142,149,133). Sum of RGB (Red+Green+Blue) = 142+149+133=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9585 is #716A7A. Grayscale: #919191. Windows color (decimal): -7432827 or 8754574. OLE color: 8754574.

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

Color convert

RGB 142 149 133 -
CMYK 0.05 0 0.11 0.42
HSL 86.25º 0.07% 0.55% -
HSV(B) 86.25º 0.11% 0.58% -
XYZ 26.14 28.94 26.4 -
YUV 145.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 142 149 133 0.05 0 0.11 0.42 86.25 0.07 0.55
Hex 8E 95 85 5 0 B 2A 56 7 37
Octal 216 225 205 5 0 13 52 126 7 67
Binary 10001110 10010101 10000101 101 0 1011 101010 1010110 111 110111

Color Harmonies of #8E9585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9585

Black with #8E9585

Text Example


Text Example

White with #8E9585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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