#8061ED

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

Shades of Medium Slate Blue #8061ED

Tints of Medium Slate Blue #8061ED

Color information

#8061ED (or 0x8061ED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 61 and ED. RGB value is (128,97,237). Sum of RGB (Red+Green+Blue) = 128+97+237=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #8061ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8061ED is #7F9E12. Grayscale: #797979. Windows color (decimal): -8363539 or 15556992. OLE color: 15556992.

HSL color Cylindrical-coordinate representation of color #8061ED: hue angle of 253.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8061ED is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12897237-
CMYK0.460.5900.07
HSL253.29º79.55%65.49%-
HSV(B)253.29º59.07%92.94%-
XYZ28.4619.2582.34-
YUV122.23192.77132.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.71%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 237 (92.97% from 255) = 51.30%
R=27.71%
G=21.00%
B=51.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128972370.460.5900.07253.2979.5565.49
Hex8061ED2E3B07fd5041
Octal200141355567307375120101
Binary1000000011000011110110110111011101101111111110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8061ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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