#8C52EE

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

Shades of Medium Slate Blue #8C52EE

Tints of Medium Slate Blue #8C52EE

Color information

#8C52EE (or 0x8C52EE) is unknown color: approx Medium Slate Blue. HEX triplet: 8C, 52 and EE. RGB value is (140,82,238). Sum of RGB (Red+Green+Blue) = 140+82+238=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C52EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C52EE is #73AD11. Grayscale: #747474. Windows color (decimal): -7580946 or 15618700. OLE color: 15618700.

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

Color convert

RGB14082238-
CMYK0.410.6600.07
HSL262.31º82.11%62.75%-
HSV(B)262.31º65.55%93.33%-
XYZ29.2717.7882.78-
YUV117.13196.22144.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.43%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 238 (93.36% from 255) = 51.74%
R=30.43%
G=17.83%
B=51.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140822380.410.6600.07262.3182.1162.75
Hex8C52EE294207106523f
Octal214122356511020740612277
Binary10001100101001011101110101001100001001111000001101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C52EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,82,238); }

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

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

 a { background-color: rgb(140,82,238); }

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

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

 span { border-color: rgb(140,82,238); }

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