#725AE1

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

Shades of Medium Slate Blue #725AE1

Tints of Medium Slate Blue #725AE1

Color information

#725AE1 (or 0x725AE1) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 5A and E1. RGB value is (114,90,225). Sum of RGB (Red+Green+Blue) = 114+90+225=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #725AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725AE1 is #8DA51E. Grayscale: #707070. Windows color (decimal): -9282847 or 14768754. OLE color: 14768754.

HSL color Cylindrical-coordinate representation of color #725AE1: hue angle of 250.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #725AE1 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11490225-
CMYK0.490.6000.12
HSL250.67º69.23%61.76%-
HSV(B)250.67º60%88.24%-
XYZ24.1916.3373.11-
YUV112.57191.45129.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 225 (88.28% from 255) = 52.45%
R=26.57%
G=20.98%
B=52.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114902250.490.6000.12250.6769.2361.76
Hex725AE1313C0Cfb453e
Octal162132341617401437310576
Binary111001010110101110000111000111110001100111110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725AE1; }

 p { color: rgb(114,90,225); }

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

<style>
 a { background-color: #725AE1; }

 a { background-color: rgb(114,90,225); }

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

<style>
 span { border-color: #725AE1; }

 span { border-color: rgb(114,90,225); }

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