Html Css Color HEX #8E7EAA Deluge

📋 copy color: '#8E7EAA'

red 142 ◦ green 126 ◦ blue 170

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

Shades of Deluge #8E7EAA

Tints of Deluge #8E7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 32.42%
G = 28.77%
B = 38.81%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E7EAA (or 0x8E7EAA) is known color: Deluge. HEX triplet: 8E, 7E and AA. RGB value is (142,126,170). Sum of RGB (Red+Green+Blue) = 142+126+170=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7EAA is #718155. Grayscale: #878787. Windows color (decimal): -7438678 or 11173518. OLE color: 11173518.

HSL color Cylindrical-coordinate representation of color #8E7EAA: hue angle of 261.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E7EAA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 126 170 -
CMYK 0.16 0.26 0 0.33
HSL 261.82º 0.21% 0.58% -
HSV(B) 261.82º 0.26% 0.67% -
XYZ 25.87 23.57 41.22 -
YUV 135.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 142 126 170 0.16 0.26 0 0.33 261.82 0.21 0.58
Hex 8E 7E AA 10 1A 0 21 106 15 3A
Octal 216 176 252 20 32 0 41 406 25 72
Binary 10001110 1111110 10101010 10000 11010 0 100001 100000110 10101 111010

Color Harmonies of #8E7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7EAA

Black with #8E7EAA

Text Example


Text Example

White with #8E7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,126,170); }

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

background-color css

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

 a { background-color: rgb(142,126,170); }

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

border-color css

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

 span { border-color: rgb(142,126,170); }

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