#8E7FEE

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

Shades of Light Slate Blue #8E7FEE

Tints of Light Slate Blue #8E7FEE

Color information

#8E7FEE (or 0x8E7FEE) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 7F and EE. RGB value is (142,127,238). Sum of RGB (Red+Green+Blue) = 142+127+238=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7FEE is #718011. Grayscale: #8F8F8F. Windows color (decimal): -7438354 or 15630222. OLE color: 15630222.

HSL color Cylindrical-coordinate representation of color #8E7FEE: hue angle of 248.11º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E7FEE is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142127238-
CMYK0.400.4700.07
HSL248.11º76.55%71.57%-
HSV(B)248.11º46.64%93.33%-
XYZ34.1827.184.32-
YUV144.14180.97126.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=28.01%
G=25.05%
B=46.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421272380.400.4700.07248.1176.5571.57
Hex8E7FEE282F07f84d48
Octal216177356505707370115110
Binary1000111011111111110111010100010111101111111100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,127,238); }

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

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

 a { background-color: rgb(142,127,238); }

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

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

 span { border-color: rgb(142,127,238); }

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