#7241FE

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

Shades of Medium Slate Blue #7241FE

Tints of Medium Slate Blue #7241FE

Color information

#7241FE (or 0x7241FE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 41 and FE. RGB value is (114,65,254). Sum of RGB (Red+Green+Blue) = 114+65+254=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #7241FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7241FE is #8DBE01. Grayscale: #646464. Windows color (decimal): -9289218 or 16662898. OLE color: 16662898.

HSL color Cylindrical-coordinate representation of color #7241FE: hue angle of 255.56º 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 #7241FE is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11465254-
CMYK0.550.7400.00
HSL255.56º98.95%62.55%-
HSV(B)255.56º74.41%99.61%-
XYZ26.7214.5195.16-
YUV101.2214.23137.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 65 (25.78% from 255) = 15.01%
BLUE value IS 254 (99.61% from 255) = 58.66%
R=26.33%
G=15.01%
B=58.66%

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
Decimal114652540.550.7400.00255.5698.9562.55
Hex7241FE374A00100633f
Octal162101376671120040014377
Binary11100101000001111111101101111001010001000000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7241FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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