#727EEA

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

Shades of Medium Slate Blue #727EEA

Tints of Medium Slate Blue #727EEA

Color information

#727EEA (or 0x727EEA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7E and EA. RGB value is (114,126,234). Sum of RGB (Red+Green+Blue) = 114+126+234=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #727EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EEA is #8D8115. Grayscale: #868686. Windows color (decimal): -9273622 or 15367794. OLE color: 15367794.

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

Color convert

RGB114126234-
CMYK0.510.4600.08
HSL234º74.07%68.24%-
HSV(B)234º51.28%91.76%-
XYZ29.2524.4481.02-
YUV134.72184.02113.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=24.05%
G=26.58%
B=49.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141262340.510.4600.0823474.0768.24
Hex727EEA332E08ea4a44
Octal1621763526356010352112104
Binary1110010111111011101010110011101110010001110101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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