#8E7CF9

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

Shades of Light Slate Blue #8E7CF9

Tints of Light Slate Blue #8E7CF9

Color information

#8E7CF9 (or 0x8E7CF9) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 7C and F9. RGB value is (142,124,249). Sum of RGB (Red+Green+Blue) = 142+124+249=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7CF9 is #718306. Grayscale: #8F8F8F. Windows color (decimal): -7439111 or 16350350. OLE color: 16350350.

HSL color Cylindrical-coordinate representation of color #8E7CF9: hue angle of 248.64º degrees, saturation: 0.91, 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 #8E7CF9 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142124249-
CMYK0.430.5000.02
HSL248.64º91.24%73.14%-
HSV(B)248.64º50.2%97.65%-
XYZ35.4627.0192.97-
YUV143.63187.46126.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.57%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 249 (97.66% from 255) = 48.35%
R=27.57%
G=24.08%
B=48.35%

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
Decimal1421242490.430.5000.02248.6491.2473.14
Hex8E7CF92B3202f95b49
Octal216174371536202371133111
Binary100011101111100111110011010111100100101111100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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