#8E7FFD

Color #8E7FFD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8E7FFD

Tints of Light Slate Blue #8E7FFD

Color information

#8E7FFD (or 0x8E7FFD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 7F and FD. RGB value is (142,127,253). Sum of RGB (Red+Green+Blue) = 142+127+253=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7FFD is #718002. Grayscale: #919191. Windows color (decimal): -7438339 or 16613262. OLE color: 16613262.

HSL color Cylindrical-coordinate representation of color #8E7FFD: hue angle of 247.14º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E7FFD is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142127253-
CMYK0.440.5000.01
HSL247.14º96.92%74.51%-
HSV(B)247.14º49.8%99.22%-
XYZ36.4728.0296.41-
YUV145.85188.47125.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=27.20%
G=24.33%
B=48.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421272530.440.5000.01247.1496.9274.51
Hex8E7FFD2C3201f7614b
Octal216177375546201367141113
Binary10001110111111111111101101100110010011111011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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