#7452F4

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

Shades of Medium Slate Blue #7452F4

Tints of Medium Slate Blue #7452F4

Color information

#7452F4 (or 0x7452F4) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 52 and F4. RGB value is (116,82,244). Sum of RGB (Red+Green+Blue) = 116+82+244=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #7452F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7452F4 is #8BAD0B. Grayscale: #6E6E6E. Windows color (decimal): -9153804 or 16011892. OLE color: 16011892.

HSL color Cylindrical-coordinate representation of color #7452F4: hue angle of 252.59º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7452F4 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11682244-
CMYK0.520.6600.04
HSL252.59º88.04%63.92%-
HSV(B)252.59º66.39%95.69%-
XYZ26.5516.2887.33-
YUV110.63203.26131.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.24%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 244 (95.70% from 255) = 55.20%
R=26.24%
G=18.55%
B=55.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal116822440.520.6600.04252.5988.0463.92
Hex7452F4344204fd5840
Octal1641223646410204375130100
Binary1110100101001011110100110100100001001001111110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7452F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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