#726DDD

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

Shades of Medium Slate Blue #726DDD

Tints of Medium Slate Blue #726DDD

Color information

#726DDD (or 0x726DDD) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6D and DD. RGB value is (114,109,221). Sum of RGB (Red+Green+Blue) = 114+109+221=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #726DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DDD is #8D9222. Grayscale: #7A7A7A. Windows color (decimal): -9277987 or 14511474. OLE color: 14511474.

HSL color Cylindrical-coordinate representation of color #726DDD: hue angle of 242.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #726DDD is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114109221-
CMYK0.480.5100.13
HSL242.68º62.22%64.71%-
HSV(B)242.68º50.68%86.67%-
XYZ25.4619.7470.87-
YUV123.26183.16121.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.68%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=25.68%
G=24.55%
B=49.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141092210.480.5100.13242.6862.2264.71
Hex726DDD30330Df33e41
Octal162155335606301536376101
Binary111001011011011101110111000011001101101111100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,221); }

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

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

 a { background-color: rgb(114,109,221); }

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

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

 span { border-color: rgb(114,109,221); }

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