#724EE7

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

Shades of Medium Slate Blue #724EE7

Tints of Medium Slate Blue #724EE7

Color information

#724EE7 (or 0x724EE7) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 4E and E7. RGB value is (114,78,231). Sum of RGB (Red+Green+Blue) = 114+78+231=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #724EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724EE7 is #8DB118. Grayscale: #696969. Windows color (decimal): -9285913 or 15158898. OLE color: 15158898.

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

Color convert

RGB11478231-
CMYK0.510.6600.09
HSL254.12º76.12%60.59%-
HSV(B)254.12º66.23%90.59%-
XYZ24.0914.877.19-
YUV106.21198.43133.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 231 (90.62% from 255) = 54.61%
R=26.95%
G=18.44%
B=54.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal114782310.510.6600.09254.1276.1260.59
Hex724EE7334209fe4c3d
Octal1621163476310201137611475
Binary1110010100111011100111110011100001001001111111101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724EE7; }

 p { color: rgb(114,78,231); }

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

<style>
 a { background-color: #724EE7; }

 a { background-color: rgb(114,78,231); }

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

<style>
 span { border-color: #724EE7; }

 span { border-color: rgb(114,78,231); }

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