#8E63F7

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

Shades of Light Slate Blue #8E63F7

Tints of Light Slate Blue #8E63F7

Color information

#8E63F7 (or 0x8E63F7) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 63 and F7. RGB value is (142,99,247). Sum of RGB (Red+Green+Blue) = 142+99+247=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #8E63F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E63F7 is #719C08. Grayscale: #808080. Windows color (decimal): -7445513 or 16212878. OLE color: 16212878.

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

Color convert

RGB14299247-
CMYK0.430.6000.03
HSL257.43º90.24%67.84%-
HSV(B)257.43º59.92%96.86%-
XYZ32.4121.3990.42-
YUV128.73194.75137.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 247 (96.88% from 255) = 50.61%
R=29.10%
G=20.29%
B=50.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal142992470.430.6000.03257.4390.2467.84
Hex8E63F72B3C031015a44
Octal216143367537403401132104
Binary1000111011000111111011110101111110001110000000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E63F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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