#8E73FA

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

Shades of Light Slate Blue #8E73FA

Tints of Light Slate Blue #8E73FA

Color information

#8E73FA (or 0x8E73FA) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 73 and FA. RGB value is (142,115,250). Sum of RGB (Red+Green+Blue) = 142+115+250=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E73FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E73FA is #718C05. Grayscale: #898989. Windows color (decimal): -7441414 or 16413582. OLE color: 16413582.

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

Color convert

RGB142115250-
CMYK0.430.5400.02
HSL252º93.1%71.57%-
HSV(B)252º54%98.04%-
XYZ34.5424.9193.43-
YUV138.46190.95130.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=28.01%
G=22.68%
B=49.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421152500.430.5400.0225293.171.57
Hex8E73FA2B3602fc5d48
Octal216163372536602374135110
Binary100011101110011111110101010111101100101111110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E73FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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