#8E6AF1

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

Shades of Light Slate Blue #8E6AF1

Tints of Light Slate Blue #8E6AF1

Color information

#8E6AF1 (or 0x8E6AF1) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 6A and F1. RGB value is (142,106,241). Sum of RGB (Red+Green+Blue) = 142+106+241=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #8E6AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6AF1 is #71950E. Grayscale: #838383. Windows color (decimal): -7443727 or 15821454. OLE color: 15821454.

HSL color Cylindrical-coordinate representation of color #8E6AF1: hue angle of 256º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E6AF1 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142106241-
CMYK0.410.5600.05
HSL256º82.82%68.04%-
HSV(B)256º56.02%94.51%-
XYZ32.1922.4185.85-
YUV132.15189.43135.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=29.04%
G=21.68%
B=49.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1421062410.410.5600.0525682.8268.04
Hex8E6AF12938051005344
Octal216152361517005400123104
Binary10001110110101011110001101001111000010110000000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,241); }

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

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

 a { background-color: rgb(142,106,241); }

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

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

 span { border-color: rgb(142,106,241); }

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