#7546FA

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

Shades of Medium Slate Blue #7546FA

Tints of Medium Slate Blue #7546FA

Color information

#7546FA (or 0x7546FA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 46 and FA. RGB value is (117,70,250). Sum of RGB (Red+Green+Blue) = 117+70+250=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #7546FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7546FA is #8AB905. Grayscale: #676767. Windows color (decimal): -9091334 or 16402037. OLE color: 16402037.

HSL color Cylindrical-coordinate representation of color #7546FA: hue angle of 255.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7546FA is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11770250-
CMYK0.530.7200.02
HSL255.67º94.74%62.75%-
HSV(B)255.67º72%98.04%-
XYZ26.7815.0691.94-
YUV104.57210.07136.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 250 (98.05% from 255) = 57.21%
R=26.77%
G=16.02%
B=57.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal117702500.530.7200.02255.6794.7462.75
Hex7546FA3548021005f3f
Octal165106372651100240013777
Binary111010110001101111101011010110010000101000000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7546FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7546FA; }

 p { color: rgb(117,70,250); }

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

<style>
 a { background-color: #7546FA; }

 a { background-color: rgb(117,70,250); }

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

<style>
 span { border-color: #7546FA; }

 span { border-color: rgb(117,70,250); }

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