#726FE0

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

Shades of Medium Slate Blue #726FE0

Tints of Medium Slate Blue #726FE0

Color information

#726FE0 (or 0x726FE0) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6F and E0. RGB value is (114,111,224). Sum of RGB (Red+Green+Blue) = 114+111+224=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #726FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FE0 is #8D901F. Grayscale: #7C7C7C. Windows color (decimal): -9277472 or 14708594. OLE color: 14708594.

HSL color Cylindrical-coordinate representation of color #726FE0: hue angle of 241.59º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726FE0 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB114111224-
CMYK0.490.5000.12
HSL241.59º64.57%65.69%-
HSV(B)241.59º50.45%87.84%-
XYZ26.0820.3373.07-
YUV124.78183.99120.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 224 (87.89% from 255) = 49.89%
R=25.39%
G=24.72%
B=49.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141112240.490.5000.12241.5964.5765.69
Hex726FE031320Cf24142
Octal1621573406162014362101102
Binary1110010110111111100000110001110010011001111001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,111,224); }

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

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

 a { background-color: rgb(114,111,224); }

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

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

 span { border-color: rgb(114,111,224); }

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