#727CEF

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

Shades of Medium Slate Blue #727CEF

Tints of Medium Slate Blue #727CEF

Color information

#727CEF (or 0x727CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7C and EF. RGB value is (114,124,239). Sum of RGB (Red+Green+Blue) = 114+124+239=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #727CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CEF is #8D8310. Grayscale: #858585. Windows color (decimal): -9274129 or 15694962. OLE color: 15694962.

HSL color Cylindrical-coordinate representation of color #727CEF: hue angle of 235.2º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727CEF is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB114124239-
CMYK0.520.4800.06
HSL235.2º79.62%69.22%-
HSV(B)235.2º52.3%93.73%-
XYZ29.7324.2284.77-
YUV134.12187.19113.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 239 (93.75% from 255) = 50.10%
R=23.90%
G=26.00%
B=50.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1141242390.520.4800.06235.279.6269.22
Hex727CEF343006eb5045
Octal162174357646006353120105
Binary111001011111001110111111010011000001101110101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,124,239); }

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

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

 a { background-color: rgb(114,124,239); }

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

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

 span { border-color: rgb(114,124,239); }

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