#727FEB

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

Shades of Medium Slate Blue #727FEB

Tints of Medium Slate Blue #727FEB

Color information

#727FEB (or 0x727FEB) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7F and EB. RGB value is (114,127,235). Sum of RGB (Red+Green+Blue) = 114+127+235=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #727FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FEB is #8D8014. Grayscale: #868686. Windows color (decimal): -9273365 or 15433586. OLE color: 15433586.

HSL color Cylindrical-coordinate representation of color #727FEB: hue angle of 233.55º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #727FEB is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114127235-
CMYK0.510.4600.08
HSL233.55º75.16%68.43%-
HSV(B)233.55º51.49%92.16%-
XYZ29.5224.7581.82-
YUV135.42184.19112.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=23.95%
G=26.68%
B=49.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141272350.510.4600.08233.5575.1668.43
Hex727FEB332E08ea4b44
Octal1621773536356010352113104
Binary1110010111111111101011110011101110010001110101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,127,235); }

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

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

 a { background-color: rgb(114,127,235); }

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

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

 span { border-color: rgb(114,127,235); }

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