#727EEF

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

Shades of Medium Slate Blue #727EEF

Tints of Medium Slate Blue #727EEF

Color information

#727EEF (or 0x727EEF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7E and EF. RGB value is (114,126,239). Sum of RGB (Red+Green+Blue) = 114+126+239=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #727EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EEF is #8D8110. Grayscale: #868686. Windows color (decimal): -9273617 or 15695474. OLE color: 15695474.

HSL color Cylindrical-coordinate representation of color #727EEF: hue angle of 234.24º 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 #727EEF is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB114126239-
CMYK0.520.4700.06
HSL234.24º79.62%69.22%-
HSV(B)234.24º52.3%93.73%-
XYZ29.9824.7384.85-
YUV135.29186.52112.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.80%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 239 (93.75% from 255) = 49.90%
R=23.80%
G=26.30%
B=49.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1141262390.520.4700.06234.2479.6269.22
Hex727EEF342F06ea5045
Octal162176357645706352120105
Binary111001011111101110111111010010111101101110101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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