#727DE2

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

Shades of Medium Slate Blue #727DE2

Tints of Medium Slate Blue #727DE2

Color information

#727DE2 (or 0x727DE2) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7D and E2. RGB value is (114,125,226). Sum of RGB (Red+Green+Blue) = 114+125+226=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #727DE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DE2 is #8D821D. Grayscale: #848484. Windows color (decimal): -9273886 or 14843250. OLE color: 14843250.

HSL color Cylindrical-coordinate representation of color #727DE2: hue angle of 234.11º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #727DE2 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114125226-
CMYK0.500.4500.11
HSL234.11º65.88%66.67%-
HSV(B)234.11º49.56%88.63%-
XYZ2823.7475.06-
YUV133.22180.36114.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.52%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 226 (88.67% from 255) = 48.60%
R=24.52%
G=26.88%
B=48.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141252260.500.4500.11234.1165.8866.67
Hex727DE2322D0Bea4243
Octal1621753426255013352102103
Binary1110010111110111100010110010101101010111110101010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,125,226); }

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

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

 a { background-color: rgb(114,125,226); }

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

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

 span { border-color: rgb(114,125,226); }

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