#8E7FFF

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

Shades of Light Slate Blue #8E7FFF

Tints of Light Slate Blue #8E7FFF

Color information

#8E7FFF (or 0x8E7FFF) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 7F and FF. RGB value is (142,127,255). Sum of RGB (Red+Green+Blue) = 142+127+255=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7FFF is #718000. Grayscale: #919191. Windows color (decimal): -7438337 or 16744334. OLE color: 16744334.

HSL color Cylindrical-coordinate representation of color #8E7FFF: hue angle of 247.03º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E7FFF is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142127255-
CMYK0.440.5000
HSL247.03º100%74.9%-
HSV(B)247.03º50.2%100%-
XYZ36.7928.1598.1-
YUV146.08189.47125.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.10%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 255 (100% from 255) = 48.66%
R=27.10%
G=24.24%
B=48.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421272550.440.5000247.0310074.9
Hex8E7FFF2C3200f7644b
Octal216177377546200367144113
Binary10001110111111111111111101100110010001111011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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