#8E6BF5

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

Shades of Light Slate Blue #8E6BF5

Tints of Light Slate Blue #8E6BF5

Color information

#8E6BF5 (or 0x8E6BF5) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 6B and F5. RGB value is (142,107,245). Sum of RGB (Red+Green+Blue) = 142+107+245=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #8E6BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6BF5 is #71940A. Grayscale: #848484. Windows color (decimal): -7443467 or 16083854. OLE color: 16083854.

HSL color Cylindrical-coordinate representation of color #8E6BF5: hue angle of 255.22º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E6BF5 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142107245-
CMYK0.420.5600.04
HSL255.22º87.34%69.02%-
HSV(B)255.22º56.33%96.08%-
XYZ32.8922.8689.06-
YUV133.2191.1134.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 245 (96.09% from 255) = 49.60%
R=28.74%
G=21.66%
B=49.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421072450.420.5600.04255.2287.3469.02
Hex8E6BF52A3804ff5745
Octal216153365527004377127105
Binary1000111011010111111010110101011100001001111111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,107,245); }

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

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

 a { background-color: rgb(142,107,245); }

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

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

 span { border-color: rgb(142,107,245); }

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