#727AEA

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

Shades of Medium Slate Blue #727AEA

Tints of Medium Slate Blue #727AEA

Color information

#727AEA (or 0x727AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7A and EA. RGB value is (114,122,234). Sum of RGB (Red+Green+Blue) = 114+122+234=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #727AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727AEA is #8D8515. Grayscale: #838383. Windows color (decimal): -9274646 or 15366770. OLE color: 15366770.

HSL color Cylindrical-coordinate representation of color #727AEA: hue angle of 236º degrees, saturation: 0.74, 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 #727AEA is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114122234-
CMYK0.510.4800.08
HSL236º74.07%68.24%-
HSV(B)236º51.28%91.76%-
XYZ28.7523.4480.85-
YUV132.38185.35114.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.26%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=24.26%
G=25.96%
B=49.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141222340.510.4800.0823674.0768.24
Hex727AEA333008ec4a44
Octal1621723526360010354112104
Binary1110010111101011101010110011110000010001110110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,122,234); }

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

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

 a { background-color: rgb(114,122,234); }

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

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

 span { border-color: rgb(114,122,234); }

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