#727BEF

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

Shades of Medium Slate Blue #727BEF

Tints of Medium Slate Blue #727BEF

Color information

#727BEF (or 0x727BEF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7B and EF. RGB value is (114,123,239). Sum of RGB (Red+Green+Blue) = 114+123+239=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #727BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BEF is #8D8410. Grayscale: #858585. Windows color (decimal): -9274385 or 15694706. OLE color: 15694706.

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

Color convert

RGB114123239-
CMYK0.520.4900.06
HSL235.68º79.62%69.22%-
HSV(B)235.68º52.3%93.73%-
XYZ29.623.9884.73-
YUV133.53187.52114.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 239 (93.75% from 255) = 50.21%
R=23.95%
G=25.84%
B=50.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1141232390.520.4900.06235.6879.6269.22
Hex727BEF343106ec5045
Octal162173357646106354120105
Binary111001011110111110111111010011000101101110110010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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