#7452EA

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

Shades of Medium Slate Blue #7452EA

Tints of Medium Slate Blue #7452EA

Color information

#7452EA (or 0x7452EA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 52 and EA. RGB value is (116,82,234). Sum of RGB (Red+Green+Blue) = 116+82+234=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #7452EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7452EA is #8BAD15. Grayscale: #6C6C6C. Windows color (decimal): -9153814 or 15356532. OLE color: 15356532.

HSL color Cylindrical-coordinate representation of color #7452EA: hue angle of 253.42º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7452EA is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11682234-
CMYK0.500.6500.08
HSL253.42º78.35%61.96%-
HSV(B)253.42º64.96%91.76%-
XYZ25.0715.6979.55-
YUV109.49198.26132.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 234 (91.80% from 255) = 54.17%
R=26.85%
G=18.98%
B=54.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal116822340.500.6500.08253.4278.3561.96
Hex7452EA324108fd4e3e
Octal1641223526210101037511676
Binary1110100101001011101010110010100000101000111111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7452EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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