#8252F2

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

Shades of Medium Slate Blue #8252F2

Tints of Medium Slate Blue #8252F2

Color information

#8252F2 (or 0x8252F2) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 52 and F2. RGB value is (130,82,242). Sum of RGB (Red+Green+Blue) = 130+82+242=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #8252F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8252F2 is #7DAD0D. Grayscale: #727272. Windows color (decimal): -8236302 or 15880834. OLE color: 15880834.

HSL color Cylindrical-coordinate representation of color #8252F2: hue angle of 258º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8252F2 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13082242-
CMYK0.460.6600.05
HSL258º86.02%63.53%-
HSV(B)258º66.12%94.9%-
XYZ28.2517.1985.83-
YUV114.59199.9138.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.63%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 242 (94.92% from 255) = 53.30%
R=28.63%
G=18.06%
B=53.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal130822420.460.6600.0525886.0263.53
Hex8252F22E42051025640
Octal2021223625610205402126100
Binary100000101010010111100101011101000010010110000001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8252F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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