#8E7CFA

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

Shades of Light Slate Blue #8E7CFA

Tints of Light Slate Blue #8E7CFA

Color information

#8E7CFA (or 0x8E7CFA) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 7C and FA. RGB value is (142,124,250). Sum of RGB (Red+Green+Blue) = 142+124+250=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E7CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7CFA is #718305. Grayscale: #8F8F8F. Windows color (decimal): -7439110 or 16415886. OLE color: 16415886.

HSL color Cylindrical-coordinate representation of color #8E7CFA: hue angle of 248.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E7CFA is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142124250-
CMYK0.430.5000.02
HSL248.57º92.65%73.33%-
HSV(B)248.57º50.4%98.04%-
XYZ35.6227.0793.79-
YUV143.75187.96126.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=27.52%
G=24.03%
B=48.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421242500.430.5000.02248.5792.6573.33
Hex8E7CFA2B3202f95d49
Octal216174372536202371135111
Binary100011101111100111110101010111100100101111100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,124,250); }

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

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

 a { background-color: rgb(142,124,250); }

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

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

 span { border-color: rgb(142,124,250); }

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