#726DEC

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

Shades of Medium Slate Blue #726DEC

Tints of Medium Slate Blue #726DEC

Color information

#726DEC (or 0x726DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6D and EC. RGB value is (114,109,236). Sum of RGB (Red+Green+Blue) = 114+109+236=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #726DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DEC is #8D9213. Grayscale: #7C7C7C. Windows color (decimal): -9277972 or 15494514. OLE color: 15494514.

HSL color Cylindrical-coordinate representation of color #726DEC: hue angle of 242.36º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726DEC is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114109236-
CMYK0.520.5400.07
HSL242.36º76.97%67.65%-
HSV(B)242.36º53.81%92.55%-
XYZ27.5520.5781.88-
YUV124.97190.66120.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.84%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 236 (92.58% from 255) = 51.42%
R=24.84%
G=23.75%
B=51.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141092360.520.5400.07242.3676.9767.65
Hex726DEC343607f24d44
Octal162155354646607362115104
Binary111001011011011110110011010011011001111111001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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