#726AE8

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

Shades of Medium Slate Blue #726AE8

Tints of Medium Slate Blue #726AE8

Color information

#726AE8 (or 0x726AE8) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6A and E8. RGB value is (114,106,232). Sum of RGB (Red+Green+Blue) = 114+106+232=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 232 (91.02% from 255 or 51.33% from 452); Max value from RGB is 232 - color contains mainly: blue. Hex color #726AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AE8 is #8D9517. Grayscale: #7A7A7A. Windows color (decimal): -9278744 or 15231602. OLE color: 15231602.

HSL color Cylindrical-coordinate representation of color #726AE8: hue angle of 243.81º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726AE8 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114106232-
CMYK0.510.5400.09
HSL243.81º73.26%66.27%-
HSV(B)243.81º54.31%90.98%-
XYZ26.6619.7178.74-
YUV122.76189.65121.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.22%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 232 (91.02% from 255) = 51.33%
R=25.22%
G=23.45%
B=51.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141062320.510.5400.09243.8173.2666.27
Hex726AE8333609f44942
Octal1621523506366011364111102
Binary1110010110101011101000110011110110010011111010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726AE8; }

 p { color: rgb(114,106,232); }

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

<style>
 a { background-color: #726AE8; }

 a { background-color: rgb(114,106,232); }

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

<style>
 span { border-color: #726AE8; }

 span { border-color: rgb(114,106,232); }

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