Html Css Color HEX #8E7FAA Deluge

📋 copy color: '#8E7FAA'

red 142 ◦ green 127 ◦ blue 170

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

Shades of Deluge #8E7FAA

Tints of Deluge #8E7FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 28.93%

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

R = 32.35%
G = 28.93%
B = 38.72%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E7FAA (or 0x8E7FAA) is known color: Deluge. HEX triplet: 8E, 7F and AA. RGB value is (142,127,170). Sum of RGB (Red+Green+Blue) = 142+127+170=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E7FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7FAA is #718055. Grayscale: #888888. Windows color (decimal): -7438422 or 11173774. OLE color: 11173774.

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

Color convert

RGB 142 127 170 -
CMYK 0.16 0.25 0 0.33
HSL 260.93º 0.2% 0.58% -
HSV(B) 260.93º 0.25% 0.67% -
XYZ 26 23.83 41.26 -
YUV 136.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 142 127 170 0.16 0.25 0 0.33 260.93 0.2 0.58
Hex 8E 7F AA 10 19 0 21 105 14 3A
Octal 216 177 252 20 31 0 41 405 24 72
Binary 10001110 1111111 10101010 10000 11001 0 100001 100000101 10100 111010

Color Harmonies of #8E7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7FAA

Black with #8E7FAA

Text Example


Text Example

White with #8E7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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