#8078EB

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

Shades of Medium Slate Blue #8078EB

Tints of Medium Slate Blue #8078EB

Color information

#8078EB (or 0x8078EB) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 78 and EB. RGB value is (128,120,235). Sum of RGB (Red+Green+Blue) = 128+120+235=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #8078EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8078EB is #7F8714. Grayscale: #878787. Windows color (decimal): -8357653 or 15431808. OLE color: 15431808.

HSL color Cylindrical-coordinate representation of color #8078EB: hue angle of 244.17º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8078EB is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128120235-
CMYK0.460.4900.08
HSL244.17º74.19%69.61%-
HSV(B)244.17º48.94%92.16%-
XYZ30.6124.0281.62-
YUV135.5184.15122.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=26.50%
G=24.84%
B=48.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281202350.460.4900.08244.1774.1969.61
Hex8078EB2E3108f44a46
Octal2001703535661010364112106
Binary10000000111100011101011101110110001010001111010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8078EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8078EB; }

 p { color: rgb(128,120,235); }

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

<style>
 a { background-color: #8078EB; }

 a { background-color: rgb(128,120,235); }

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

<style>
 span { border-color: #8078EB; }

 span { border-color: rgb(128,120,235); }

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