#8D78ED

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

Shades of Light Slate Blue #8D78ED

Tints of Light Slate Blue #8D78ED

Color information

#8D78ED (or 0x8D78ED) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 78 and ED. RGB value is (141,120,237). Sum of RGB (Red+Green+Blue) = 141+120+237=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D78ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D78ED is #728712. Grayscale: #8B8B8B. Windows color (decimal): -7505683 or 15562893. OLE color: 15562893.

HSL color Cylindrical-coordinate representation of color #8D78ED: hue angle of 250.77º degrees, saturation: 0.76, 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 #8D78ED is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141120237-
CMYK0.410.4900.07
HSL250.77º76.47%70%-
HSV(B)250.77º49.37%92.94%-
XYZ32.9925.2183.25-
YUV139.62182.96128.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.31%
GREEN value IS 120 (47.27% from 255) = 24.10%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=28.31%
G=24.10%
B=47.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411202370.410.4900.07250.7776.4770
Hex8D78ED293107fb4c46
Octal215170355516107373114106
Binary1000110111110001110110110100111000101111111101110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D78ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,120,237); }

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

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

 a { background-color: rgb(141,120,237); }

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

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

 span { border-color: rgb(141,120,237); }

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