#8E7FAA

Color #8E7FAA Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8E7FAA

Tints of Deluge #8E7FAA

Color information

#8E7FAA (or 0x8E7FAA) is unknown color: approx 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

RGB142127170-
CMYK0.160.2500.33
HSL260.93º20.19%58.24%-
HSV(B)260.93º25.29%66.67%-
XYZ2623.8341.26-
YUV136.39146.97132-

RGB Variations

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

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.80% from 255) = 38.72%
R=32.35%
G=28.93%
B=38.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421271700.160.2500.33260.9320.1958.24
Hex8E7FAA1019021105143a
Octal21617725220310414052472
Binary100011101111111101010101000011001010000110000010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>