#725BEA

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

Shades of Medium Slate Blue #725BEA

Tints of Medium Slate Blue #725BEA

Color information

#725BEA (or 0x725BEA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 5B and EA. RGB value is (114,91,234). Sum of RGB (Red+Green+Blue) = 114+91+234=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #725BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725BEA is #8DA415. Grayscale: #717171. Windows color (decimal): -9282582 or 15358834. OLE color: 15358834.

HSL color Cylindrical-coordinate representation of color #725BEA: hue angle of 249.65º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #725BEA is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11491234-
CMYK0.510.6100.08
HSL249.65º77.3%63.73%-
HSV(B)249.65º61.11%91.76%-
XYZ25.531779.78-
YUV114.18195.62127.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 91 (35.94% from 255) = 20.73%
BLUE value IS 234 (91.80% from 255) = 53.30%
R=25.97%
G=20.73%
B=53.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal114912340.510.6100.08249.6577.363.73
Hex725BEA333D08fa4d40
Octal1621333526375010372115100
Binary1110010101101111101010110011111101010001111101010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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