#727EE7

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

Shades of Medium Slate Blue #727EE7

Tints of Medium Slate Blue #727EE7

Color information

#727EE7 (or 0x727EE7) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7E and E7. RGB value is (114,126,231). Sum of RGB (Red+Green+Blue) = 114+126+231=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #727EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EE7 is #8D8118. Grayscale: #858585. Windows color (decimal): -9273625 or 15171186. OLE color: 15171186.

HSL color Cylindrical-coordinate representation of color #727EE7: hue angle of 233.85º degrees, saturation: 0.71, 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 #727EE7 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114126231-
CMYK0.510.4500.09
HSL233.85º70.91%67.65%-
HSV(B)233.85º50.65%90.59%-
XYZ28.8224.2778.77-
YUV134.38182.52113.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 231 (90.62% from 255) = 49.04%
R=24.20%
G=26.75%
B=49.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141262310.510.4500.09233.8570.9167.65
Hex727EE7332D09ea4744
Octal1621763476355011352107104
Binary1110010111111011100111110011101101010011110101010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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