#7546FE

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

Shades of Medium Slate Blue #7546FE

Tints of Medium Slate Blue #7546FE

Color information

#7546FE (or 0x7546FE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 46 and FE. RGB value is (117,70,254). Sum of RGB (Red+Green+Blue) = 117+70+254=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #7546FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7546FE is #8AB901. Grayscale: #686868. Windows color (decimal): -9091330 or 16664181. OLE color: 16664181.

HSL color Cylindrical-coordinate representation of color #7546FE: hue angle of 255.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7546FE is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11770254-
CMYK0.540.7200.00
HSL255.33º98.92%63.53%-
HSV(B)255.33º72.44%99.61%-
XYZ27.4215.3295.28-
YUV105.03212.07136.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 254 (99.61% from 255) = 57.60%
R=26.53%
G=15.87%
B=57.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal117702540.540.7200.00255.3398.9263.53
Hex7546FE364800ff6340
Octal1651063766611000377143100
Binary11101011000110111111101101101001000001111111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7546FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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