#8E7FA3

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

Shades of Deluge #8E7FA3

Tints of Deluge #8E7FA3

Color information

#8E7FA3 (or 0x8E7FA3) is unknown color: approx Deluge. HEX triplet: 8E, 7F and A3. RGB value is (142,127,163). Sum of RGB (Red+Green+Blue) = 142+127+163=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E7FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7FA3 is #71805C. Grayscale: #878787. Windows color (decimal): -7438429 or 10715022. OLE color: 10715022.

HSL color Cylindrical-coordinate representation of color #8E7FA3: hue angle of 265º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E7FA3 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB142127163-
CMYK0.130.2200.36
HSL265º16.36%56.86%-
HSV(B)265º22.09%63.92%-
XYZ25.3623.5737.86-
YUV135.59143.47132.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=32.87%
G=29.40%
B=37.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421271630.130.2200.3626516.3656.86
Hex8E7FA3D160241091039
Octal21617724315260444112071
Binary10001110111111110100011110110110010010010000100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E7FA3;
 }
 .AnyTagClassName
 {
   color: #8E7FA3;
 }
</style>
background-color css

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

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

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

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

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

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