#8078E4

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

Shades of Medium Slate Blue #8078E4

Tints of Medium Slate Blue #8078E4

Color information

#8078E4 (or 0x8078E4) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 78 and E4. RGB value is (128,120,228). Sum of RGB (Red+Green+Blue) = 128+120+228=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #8078E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078E4 is #7F871B. Grayscale: #868686. Windows color (decimal): -8357660 or 14973056. OLE color: 14973056.

HSL color Cylindrical-coordinate representation of color #8078E4: hue angle of 244.44º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8078E4 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB128120228-
CMYK0.440.4700.11
HSL244.44º66.67%68.24%-
HSV(B)244.44º47.37%89.41%-
XYZ29.6223.6276.4-
YUV134.7180.65123.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 228 (89.45% from 255) = 47.90%
R=26.89%
G=25.21%
B=47.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1281202280.440.4700.11244.4466.6768.24
Hex8078E42C2F0Bf44344
Octal2001703445457013364103104
Binary10000000111100011100100101100101111010111111010010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8078E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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