#8978EC

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

Shades of Light Slate Blue #8978EC

Tints of Light Slate Blue #8978EC

Color information

#8978EC (or 0x8978EC) is unknown color: approx Light Slate Blue. HEX triplet: 89, 78 and EC. RGB value is (137,120,236). Sum of RGB (Red+Green+Blue) = 137+120+236=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #8978EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8978EC is #768713. Grayscale: #898989. Windows color (decimal): -7767828 or 15497353. OLE color: 15497353.

HSL color Cylindrical-coordinate representation of color #8978EC: hue angle of 248.79º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8978EC is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137120236-
CMYK0.420.4900.07
HSL248.79º75.32%69.8%-
HSV(B)248.79º49.15%92.55%-
XYZ32.1724.8182.45-
YUV138.31183.13127.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 120 (47.27% from 255) = 24.34%
BLUE value IS 236 (92.58% from 255) = 47.87%
R=27.79%
G=24.34%
B=47.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371202360.420.4900.07248.7975.3269.8
Hex8978EC2A3107f94b46
Octal211170354526107371113106
Binary1000100111110001110110010101011000101111111100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8978EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8978EC; }

 p { color: rgb(137,120,236); }

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

<style>
 a { background-color: #8978EC; }

 a { background-color: rgb(137,120,236); }

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

<style>
 span { border-color: #8978EC; }

 span { border-color: rgb(137,120,236); }

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