#7259E2

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

Shades of Medium Slate Blue #7259E2

Tints of Medium Slate Blue #7259E2

Color information

#7259E2 (or 0x7259E2) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 59 and E2. RGB value is (114,89,226). Sum of RGB (Red+Green+Blue) = 114+89+226=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 226 (88.67% from 255 or 52.68% from 429); Max value from RGB is 226 - color contains mainly: blue. Hex color #7259E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259E2 is #8DA61D. Grayscale: #6F6F6F. Windows color (decimal): -9283102 or 14834034. OLE color: 14834034.

HSL color Cylindrical-coordinate representation of color #7259E2: hue angle of 250.95º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7259E2 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11489226-
CMYK0.500.6100.11
HSL250.95º70.26%61.76%-
HSV(B)250.95º60.62%88.63%-
XYZ24.2416.2173.8-
YUV112.09192.28129.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 226 (88.67% from 255) = 52.68%
R=26.57%
G=20.75%
B=52.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal114892260.500.6100.11250.9570.2661.76
Hex7259E2323D0Bfb463e
Octal162131342627501337310676
Binary111001010110011110001011001011110101011111110111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7259E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7259E2; }

 p { color: rgb(114,89,226); }

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

<style>
 a { background-color: #7259E2; }

 a { background-color: rgb(114,89,226); }

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

<style>
 span { border-color: #7259E2; }

 span { border-color: rgb(114,89,226); }

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