#726ce0

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

Shades of Medium Slate Blue #726CE0

Tints of Medium Slate Blue #726CE0

Color information

#726CE0 (or 0x726CE0) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6C and E0. RGB value is (114,108,224). Sum of RGB (Red+Green+Blue) = 114+108+224=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #726CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CE0 is #8D931F. Grayscale: #7A7A7A. Windows color (decimal): -9278240 or 14707826. OLE color: 14707826.

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

Color convert

RGB114108224-
CMYK0.490.5200.12
HSL243.1º65.17%65.1%-
HSV(B)243.1º51.79%87.84%-
XYZ25.7619.6872.96-
YUV123.02184.99121.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.56%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 224 (87.89% from 255) = 50.22%
R=25.56%
G=24.22%
B=50.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141082240.490.5200.12243.165.1765.1
Hex726CE031340Cf34141
Octal1621543406164014363101101
Binary1110010110110011100000110001110100011001111001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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