#8079EB

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

Shades of Medium Slate Blue #8079EB

Tints of Medium Slate Blue #8079EB

Color information

#8079EB (or 0x8079EB) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 79 and EB. RGB value is (128,121,235). Sum of RGB (Red+Green+Blue) = 128+121+235=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #8079EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8079EB is #7F8614. Grayscale: #878787. Windows color (decimal): -8357397 or 15432064. OLE color: 15432064.

HSL color Cylindrical-coordinate representation of color #8079EB: hue angle of 243.68º 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 #8079EB is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128121235-
CMYK0.460.4900.08
HSL243.68º74.03%69.8%-
HSV(B)243.68º48.51%92.16%-
XYZ30.7324.2681.66-
YUV136.09183.82122.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 121 (47.66% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 48.55%
R=26.45%
G=25%
B=48.55%

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
Decimal1281212350.460.4900.08243.6874.0369.8
Hex8079EB2E3108f44a46
Octal2001713535661010364112106
Binary10000000111100111101011101110110001010001111010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8079EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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