#727CDD

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

Shades of Medium Slate Blue #727CDD

Tints of Medium Slate Blue #727CDD

Color information

#727CDD (or 0x727CDD) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7C and DD. RGB value is (114,124,221). Sum of RGB (Red+Green+Blue) = 114+124+221=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #727CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CDD is #8D8322. Grayscale: #838383. Windows color (decimal): -9274147 or 14515314. OLE color: 14515314.

HSL color Cylindrical-coordinate representation of color #727CDD: hue angle of 234.39º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727CDD is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114124221-
CMYK0.480.4400.13
HSL234.39º61.14%65.69%-
HSV(B)234.39º48.42%86.67%-
XYZ27.223.2171.45-
YUV132.07178.19115.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.84%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=24.84%
G=27.02%
B=48.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141242210.480.4400.13234.3961.1465.69
Hex727CDD302C0Dea3d42
Octal162174335605401535275102
Binary111001011111001101110111000010110001101111010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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