#7261E5

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

Shades of Medium Slate Blue #7261E5

Tints of Medium Slate Blue #7261E5

Color information

#7261E5 (or 0x7261E5) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 61 and E5. RGB value is (114,97,229). Sum of RGB (Red+Green+Blue) = 114+97+229=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #7261E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261E5 is #8D9E1A. Grayscale: #747474. Windows color (decimal): -9281051 or 15032690. OLE color: 15032690.

HSL color Cylindrical-coordinate representation of color #7261E5: hue angle of 247.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7261E5 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11497229-
CMYK0.500.5800.10
HSL247.73º71.74%63.92%-
HSV(B)247.73º57.64%89.8%-
XYZ25.3617.7876.22-
YUV117.13191.13125.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 229 (89.84% from 255) = 52.05%
R=25.91%
G=22.05%
B=52.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal114972290.500.5800.10247.7371.7463.92
Hex7261E5323A0Af84840
Octal1621413456272012370110100
Binary1110010110000111100101110010111010010101111100010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7261E5; }

 p { color: rgb(114,97,229); }

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

<style>
 a { background-color: #7261E5; }

 a { background-color: rgb(114,97,229); }

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

<style>
 span { border-color: #7261E5; }

 span { border-color: rgb(114,97,229); }

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