#7E45FC

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

Shades of Medium Slate Blue #7E45FC

Tints of Medium Slate Blue #7E45FC

Color information

#7E45FC (or 0x7E45FC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 45 and FC. RGB value is (126,69,252). Sum of RGB (Red+Green+Blue) = 126+69+252=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E45FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E45FC is #81BA03. Grayscale: #6A6A6A. Windows color (decimal): -8501764 or 16532862. OLE color: 16532862.

HSL color Cylindrical-coordinate representation of color #7E45FC: hue angle of 258.69º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E45FC is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12669252-
CMYK0.50.7300.01
HSL258.69º96.83%62.94%-
HSV(B)258.69º72.62%98.82%-
XYZ28.315.7293.64-
YUV106.9209.88141.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 252 (98.83% from 255) = 56.38%
R=28.19%
G=15.44%
B=56.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal126692520.50.7300.01258.6996.8362.94
Hex7E45FC324901103613f
Octal176105374621110140314177
Binary11111101000101111111001100101001001011000000111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E45FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E45FC; }

 p { color: rgb(126,69,252); }

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

<style>
 a { background-color: #7E45FC; }

 a { background-color: rgb(126,69,252); }

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

<style>
 span { border-color: #7E45FC; }

 span { border-color: rgb(126,69,252); }

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