#726AE9

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

Shades of Medium Slate Blue #726AE9

Tints of Medium Slate Blue #726AE9

Color information

#726AE9 (or 0x726AE9) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6A and E9. RGB value is (114,106,233). Sum of RGB (Red+Green+Blue) = 114+106+233=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #726AE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AE9 is #8D9516. Grayscale: #7A7A7A. Windows color (decimal): -9278743 or 15297138. OLE color: 15297138.

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

Color convert

RGB114106233-
CMYK0.510.5500.09
HSL243.78º74.27%66.47%-
HSV(B)243.78º54.51%91.37%-
XYZ26.819.7779.49-
YUV122.87190.15121.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 233 (91.41% from 255) = 51.43%
R=25.17%
G=23.40%
B=51.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141062330.510.5500.09243.7874.2766.47
Hex726AE9333709f44a42
Octal1621523516367011364112102
Binary1110010110101011101001110011110111010011111010010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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