#8253E0

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

Shades of Medium Slate Blue #8253E0

Tints of Medium Slate Blue #8253E0

Color information

#8253E0 (or 0x8253E0) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 53 and E0. RGB value is (130,83,224). Sum of RGB (Red+Green+Blue) = 130+83+224=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #8253E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253E0 is #7DAC1F. Grayscale: #707070. Windows color (decimal): -8236064 or 14701442. OLE color: 14701442.

HSL color Cylindrical-coordinate representation of color #8253E0: hue angle of 260º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8253E0 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13083224-
CMYK0.420.6300.12
HSL260º69.46%60.2%-
HSV(B)260º62.95%87.84%-
XYZ25.7516.3172.31-
YUV113.13190.57140.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 224 (87.89% from 255) = 51.26%
R=29.75%
G=18.99%
B=51.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal130832240.420.6300.1226069.4660.2
Hex8253E02A3F0C104453c
Octal202123340527701440410574
Binary10000010101001111100000101010111111011001000001001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8253E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8253E0; }

 p { color: rgb(130,83,224); }

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

<style>
 a { background-color: #8253E0; }

 a { background-color: rgb(130,83,224); }

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

<style>
 span { border-color: #8253E0; }

 span { border-color: rgb(130,83,224); }

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