#725BE2

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

Shades of Medium Slate Blue #725BE2

Tints of Medium Slate Blue #725BE2

Color information

#725BE2 (or 0x725BE2) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 5B and E2. RGB value is (114,91,226). Sum of RGB (Red+Green+Blue) = 114+91+226=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 226 (88.67% from 255 or 52.44% from 431); Max value from RGB is 226 - color contains mainly: blue. Hex color #725BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BE2 is #8DA41D. Grayscale: #707070. Windows color (decimal): -9282590 or 14834546. OLE color: 14834546.

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

Color convert

RGB11491226-
CMYK0.500.6000.11
HSL250.22º69.95%62.16%-
HSV(B)250.22º59.73%88.63%-
XYZ24.4116.5573.86-
YUV113.27191.62128.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 226 (88.67% from 255) = 52.44%
R=26.45%
G=21.11%
B=52.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal114912260.500.6000.11250.2269.9562.16
Hex725BE2323C0Bfa463e
Octal162133342627401337210676
Binary111001010110111110001011001011110001011111110101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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