#8D61EE

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

Shades of Medium Slate Blue #8D61EE

Tints of Medium Slate Blue #8D61EE

Color information

#8D61EE (or 0x8D61EE) is unknown color: approx Medium Slate Blue. HEX triplet: 8D, 61 and EE. RGB value is (141,97,238). Sum of RGB (Red+Green+Blue) = 141+97+238=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D61EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D61EE is #729E11. Grayscale: #7D7D7D. Windows color (decimal): -7511570 or 15622541. OLE color: 15622541.

HSL color Cylindrical-coordinate representation of color #8D61EE: hue angle of 258.72º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D61EE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14197238-
CMYK0.410.5900.07
HSL258.72º80.57%65.69%-
HSV(B)258.72º59.24%93.33%-
XYZ30.6920.3983.21-
YUV126.23191.08138.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 238 (93.36% from 255) = 50%
R=29.62%
G=20.38%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141972380.410.5900.07258.7280.5765.69
Hex8D61EE293B071035142
Octal215141356517307403121102
Binary10001101110000111101110101001111011011110000001110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D61EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D61EE; }

 p { color: rgb(141,97,238); }

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

<style>
 a { background-color: #8D61EE; }

 a { background-color: rgb(141,97,238); }

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

<style>
 span { border-color: #8D61EE; }

 span { border-color: rgb(141,97,238); }

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