#8252E1

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

Shades of Medium Slate Blue #8252E1

Tints of Medium Slate Blue #8252E1

Color information

#8252E1 (or 0x8252E1) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 52 and E1. RGB value is (130,82,225). Sum of RGB (Red+Green+Blue) = 130+82+225=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #8252E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8252E1 is #7DAD1E. Grayscale: #707070. Windows color (decimal): -8236319 or 14766722. OLE color: 14766722.

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

Color convert

RGB13082225-
CMYK0.420.6400.12
HSL260.14º70.44%60.2%-
HSV(B)260.14º63.56%88.24%-
XYZ25.8116.2273-
YUV112.65191.4140.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 225 (88.28% from 255) = 51.49%
R=29.75%
G=18.76%
B=51.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal130822250.420.6400.12260.1470.4460.2
Hex8252E12A400C104463c
Octal2021223415210001440410674
Binary100000101010010111000011010101000000011001000001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8252E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8252E1; }

 p { color: rgb(130,82,225); }

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

<style>
 a { background-color: #8252E1; }

 a { background-color: rgb(130,82,225); }

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

<style>
 span { border-color: #8252E1; }

 span { border-color: rgb(130,82,225); }

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