#7253F6

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

Shades of Medium Slate Blue #7253F6

Tints of Medium Slate Blue #7253F6

Color information

#7253F6 (or 0x7253F6) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 53 and F6. RGB value is (114,83,246). Sum of RGB (Red+Green+Blue) = 114+83+246=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #7253F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7253F6 is #8DAC09. Grayscale: #6E6E6E. Windows color (decimal): -9284618 or 16143218. OLE color: 16143218.

HSL color Cylindrical-coordinate representation of color #7253F6: hue angle of 251.41º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7253F6 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11483246-
CMYK0.540.6600.04
HSL251.41º90.06%64.51%-
HSV(B)251.41º66.26%96.47%-
XYZ26.6716.4288.95-
YUV110.85204.27130.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.73%
GREEN value IS 83 (32.81% from 255) = 18.74%
BLUE value IS 246 (96.48% from 255) = 55.53%
R=25.73%
G=18.74%
B=55.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal114832460.540.6600.04251.4190.0664.51
Hex7253F6364204fb5a41
Octal1621233666610204373132101
Binary1110010101001111110110110110100001001001111101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7253F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7253F6; }

 p { color: rgb(114,83,246); }

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

<style>
 a { background-color: #7253F6; }

 a { background-color: rgb(114,83,246); }

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

<style>
 span { border-color: #7253F6; }

 span { border-color: rgb(114,83,246); }

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