#7454F6

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

Shades of Medium Slate Blue #7454F6

Tints of Medium Slate Blue #7454F6

Color information

#7454F6 (or 0x7454F6) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 54 and F6. RGB value is (116,84,246). Sum of RGB (Red+Green+Blue) = 116+84+246=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #7454F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7454F6 is #8BAB09. Grayscale: #6F6F6F. Windows color (decimal): -9153290 or 16143476. OLE color: 16143476.

HSL color Cylindrical-coordinate representation of color #7454F6: hue angle of 251.85º 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 #7454F6 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11684246-
CMYK0.530.6600.04
HSL251.85º90%64.71%-
HSV(B)251.85º65.85%96.47%-
XYZ27.0116.7188.99-
YUV112.04203.6130.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 246 (96.48% from 255) = 55.16%
R=26.01%
G=18.83%
B=55.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal116842460.530.6600.04251.859064.71
Hex7454F6354204fc5a41
Octal1641243666510204374132101
Binary1110100101010011110110110101100001001001111110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7454F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,84,246); }

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

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

 a { background-color: rgb(116,84,246); }

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

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

 span { border-color: rgb(116,84,246); }

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