#727DDE

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

Shades of Medium Slate Blue #727DDE

Tints of Medium Slate Blue #727DDE

Color information

#727DDE (or 0x727DDE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7D and DE. RGB value is (114,125,222). Sum of RGB (Red+Green+Blue) = 114+125+222=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #727DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DDE is #8D8221. Grayscale: #848484. Windows color (decimal): -9273890 or 14581106. OLE color: 14581106.

HSL color Cylindrical-coordinate representation of color #727DDE: hue angle of 233.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #727DDE is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114125222-
CMYK0.490.4400.13
HSL233.89º62.07%65.88%-
HSV(B)233.89º48.65%87.06%-
XYZ27.4623.5272.2-
YUV132.77178.36114.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.73%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=24.73%
G=27.11%
B=48.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141252220.490.4400.13233.8962.0765.88
Hex727DDE312C0Dea3e42
Octal162175336615401535276102
Binary111001011111011101111011000110110001101111010101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727DDE; }

 p { color: rgb(114,125,222); }

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

<style>
 a { background-color: #727DDE; }

 a { background-color: rgb(114,125,222); }

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

<style>
 span { border-color: #727DDE; }

 span { border-color: rgb(114,125,222); }

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