#8079ED

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

Shades of Medium Slate Blue #8079ED

Tints of Medium Slate Blue #8079ED

Color information

#8079ED (or 0x8079ED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 79 and ED. RGB value is (128,121,237). Sum of RGB (Red+Green+Blue) = 128+121+237=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #8079ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8079ED is #7F8612. Grayscale: #878787. Windows color (decimal): -8357395 or 15563136. OLE color: 15563136.

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

Color convert

RGB128121237-
CMYK0.460.4900.07
HSL243.62º76.32%70.2%-
HSV(B)243.62º48.95%92.94%-
XYZ31.0324.3883.19-
YUV136.32184.82122.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 121 (47.66% from 255) = 24.90%
BLUE value IS 237 (92.97% from 255) = 48.77%
R=26.34%
G=24.90%
B=48.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281212370.460.4900.07243.6276.3270.2
Hex8079ED2E3107f44c46
Octal200171355566107364114106
Binary1000000011110011110110110111011000101111111010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8079ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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