#8061EF

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

Shades of Medium Slate Blue #8061EF

Tints of Medium Slate Blue #8061EF

Color information

#8061EF (or 0x8061EF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 61 and EF. RGB value is (128,97,239). Sum of RGB (Red+Green+Blue) = 128+97+239=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #8061EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8061EF is #7F9E10. Grayscale: #797979. Windows color (decimal): -8363537 or 15688064. OLE color: 15688064.

HSL color Cylindrical-coordinate representation of color #8061EF: hue angle of 253.1º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8061EF is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12897239-
CMYK0.460.5900.06
HSL253.1º81.61%65.88%-
HSV(B)253.1º59.41%93.73%-
XYZ28.7619.3783.88-
YUV122.46193.77131.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 239 (93.75% from 255) = 51.51%
R=27.59%
G=20.91%
B=51.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal128972390.460.5900.06253.181.6165.88
Hex8061EF2E3B06fd5242
Octal200141357567306375122102
Binary1000000011000011110111110111011101101101111110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8061EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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