#8E65F7

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

Shades of Light Slate Blue #8E65F7

Tints of Light Slate Blue #8E65F7

Color information

#8E65F7 (or 0x8E65F7) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 65 and F7. RGB value is (142,101,247). Sum of RGB (Red+Green+Blue) = 142+101+247=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #8E65F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E65F7 is #719A08. Grayscale: #818181. Windows color (decimal): -7445001 or 16213390. OLE color: 16213390.

HSL color Cylindrical-coordinate representation of color #8E65F7: hue angle of 256.85º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E65F7 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB142101247-
CMYK0.430.5900.03
HSL256.85º90.12%68.24%-
HSV(B)256.85º59.11%96.86%-
XYZ32.621.7790.48-
YUV129.9194.08136.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 247 (96.88% from 255) = 50.41%
R=28.98%
G=20.61%
B=50.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1421012470.430.5900.03256.8590.1268.24
Hex8E65F72B3B031015a44
Octal216145367537303401132104
Binary1000111011001011111011110101111101101110000000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E65F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,247); }

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

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

 a { background-color: rgb(142,101,247); }

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

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

 span { border-color: rgb(142,101,247); }

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