#7452ED

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

Shades of Medium Slate Blue #7452ED

Tints of Medium Slate Blue #7452ED

Color information

#7452ED (or 0x7452ED) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 52 and ED. RGB value is (116,82,237). Sum of RGB (Red+Green+Blue) = 116+82+237=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #7452ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7452ED is #8BAD12. Grayscale: #6D6D6D. Windows color (decimal): -9153811 or 15553140. OLE color: 15553140.

HSL color Cylindrical-coordinate representation of color #7452ED: hue angle of 253.16º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7452ED is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11682237-
CMYK0.510.6500.07
HSL253.16º81.15%62.55%-
HSV(B)253.16º65.4%92.94%-
XYZ25.5115.8681.84-
YUV109.84199.76132.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 82 (32.42% from 255) = 18.85%
BLUE value IS 237 (92.97% from 255) = 54.48%
R=26.67%
G=18.85%
B=54.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal116822370.510.6500.07253.1681.1562.55
Hex7452ED334107fd513f
Octal164122355631010737512177
Binary111010010100101110110111001110000010111111111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7452ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7452ED; }

 p { color: rgb(116,82,237); }

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

<style>
 a { background-color: #7452ED; }

 a { background-color: rgb(116,82,237); }

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

<style>
 span { border-color: #7452ED; }

 span { border-color: rgb(116,82,237); }

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