Html Css Color HEX #8E849E Deluge

📋 copy color: '#8E849E'

red 142 ◦ green 132 ◦ blue 158

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

Shades of Deluge #8E849E

Tints of Deluge #8E849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

 BLUE value IS 158 (62.11% from 255) = 36.57%

R = 32.87%
G = 30.56%
B = 36.57%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E849E (or 0x8E849E) is known color: Deluge. HEX triplet: 8E, 84 and 9E. RGB value is (142,132,158). Sum of RGB (Red+Green+Blue) = 142+132+158=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E849E is #717B61. Grayscale: #898989. Windows color (decimal): -7437154 or 10388622. OLE color: 10388622.

HSL color Cylindrical-coordinate representation of color #8E849E: hue angle of 263.08º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E849E is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 132 158 -
CMYK 0.10 0.16 0 0.38
HSL 263.08º 0.12% 0.57% -
HSV(B) 263.08º 0.16% 0.62% -
XYZ 25.58 24.72 35.77 -
YUV 137.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 142 132 158 0.10 0.16 0 0.38 263.08 0.12 0.57
Hex 8E 84 9E A 10 0 26 107 C 39
Octal 216 204 236 12 20 0 46 407 14 71
Binary 10001110 10000100 10011110 1010 10000 0 100110 100000111 1100 111001

Color Harmonies of #8E849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E849E

Black with #8E849E

Text Example


Text Example

White with #8E849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,132,158); }

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

background-color css

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

 a { background-color: rgb(142,132,158); }

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

border-color css

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

 span { border-color: rgb(142,132,158); }

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