#727EDF

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

Shades of Medium Slate Blue #727EDF

Tints of Medium Slate Blue #727EDF

Color information

#727EDF (or 0x727EDF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7E and DF. RGB value is (114,126,223). Sum of RGB (Red+Green+Blue) = 114+126+223=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #727EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EDF is #8D8120. Grayscale: #858585. Windows color (decimal): -9273633 or 14646898. OLE color: 14646898.

HSL color Cylindrical-coordinate representation of color #727EDF: hue angle of 233.39º degrees, saturation: 0.63, 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 #727EDF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114126223-
CMYK0.490.4300.13
HSL233.39º63.01%66.08%-
HSV(B)233.39º48.88%87.45%-
XYZ27.7223.8372.95-
YUV133.47178.52114.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.62%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 223 (87.5% from 255) = 48.16%
R=24.62%
G=27.21%
B=48.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141262230.490.4300.13233.3963.0166.08
Hex727EDF312B0De93f42
Octal162176337615301535177102
Binary111001011111101101111111000110101101101111010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,126,223); }

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

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

 a { background-color: rgb(114,126,223); }

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

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

 span { border-color: rgb(114,126,223); }

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