#727de9

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

Shades of Medium Slate Blue #727DE9

Tints of Medium Slate Blue #727DE9

Color information

#727DE9 (or 0x727DE9) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7D and E9. RGB value is (114,125,233). Sum of RGB (Red+Green+Blue) = 114+125+233=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #727DE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DE9 is #8D8216. Grayscale: #858585. Windows color (decimal): -9273879 or 15302002. OLE color: 15302002.

HSL color Cylindrical-coordinate representation of color #727DE9: hue angle of 234.45º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #727DE9 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114125233-
CMYK0.510.4600.09
HSL234.45º73.01%68.04%-
HSV(B)234.45º51.07%91.37%-
XYZ28.9824.1380.22-
YUV134.02183.86113.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.15%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 233 (91.41% from 255) = 49.36%
R=24.15%
G=26.48%
B=49.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141252330.510.4600.09234.4573.0168.04
Hex727DE9332E09ea4944
Octal1621753516356011352111104
Binary1110010111110111101001110011101110010011110101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727de9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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