#727CED

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

Shades of Medium Slate Blue #727CED

Tints of Medium Slate Blue #727CED

Color information

#727CED (or 0x727CED) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7C and ED. RGB value is (114,124,237). Sum of RGB (Red+Green+Blue) = 114+124+237=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #727CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CED is #8D8312. Grayscale: #858585. Windows color (decimal): -9274131 or 15563890. OLE color: 15563890.

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

Color convert

RGB114124237-
CMYK0.520.4800.07
HSL235.12º77.36%68.82%-
HSV(B)235.12º51.9%92.94%-
XYZ29.4324.1183.22-
YUV133.89186.19113.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 237 (92.97% from 255) = 49.89%
R=24%
G=26.11%
B=49.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141242370.520.4800.07235.1277.3668.82
Hex727CED343007eb4d45
Octal162174355646007353115105
Binary111001011111001110110111010011000001111110101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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