#7341FE

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

Shades of Medium Slate Blue #7341FE

Tints of Medium Slate Blue #7341FE

Color information

#7341FE (or 0x7341FE) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 41 and FE. RGB value is (115,65,254). Sum of RGB (Red+Green+Blue) = 115+65+254=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #7341FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7341FE is #8CBE01. Grayscale: #646464. Windows color (decimal): -9223682 or 16662899. OLE color: 16662899.

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

Color convert

RGB11565254-
CMYK0.550.7400.00
HSL255.87º98.95%62.55%-
HSV(B)255.87º74.41%99.61%-
XYZ26.8514.5895.17-
YUV101.5214.06137.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 254 (99.61% from 255) = 58.53%
R=26.50%
G=14.98%
B=58.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal115652540.550.7400.00255.8798.9562.55
Hex7341FE374A00100633f
Octal163101376671120040014377
Binary11100111000001111111101101111001010001000000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7341FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,65,254); }

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

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

 a { background-color: rgb(115,65,254); }

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

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

 span { border-color: rgb(115,65,254); }

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