#727CF5

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

Shades of Medium Slate Blue #727CF5

Tints of Medium Slate Blue #727CF5

Color information

#727CF5 (or 0x727CF5) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7C and F5. RGB value is (114,124,245). Sum of RGB (Red+Green+Blue) = 114+124+245=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #727CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CF5 is #8D830A. Grayscale: #868686. Windows color (decimal): -9274123 or 16088178. OLE color: 16088178.

HSL color Cylindrical-coordinate representation of color #727CF5: hue angle of 235.42º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #727CF5 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB114124245-
CMYK0.530.4900.04
HSL235.42º86.75%70.39%-
HSV(B)235.42º53.47%96.08%-
XYZ30.6324.5989.52-
YUV134.8190.19113.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.60%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 245 (96.09% from 255) = 50.72%
R=23.60%
G=25.67%
B=50.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1141242450.530.4900.04235.4286.7570.39
Hex727CF5353104eb5746
Octal162174365656104353127106
Binary111001011111001111010111010111000101001110101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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