#727FE4

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

Shades of Medium Slate Blue #727FE4

Tints of Medium Slate Blue #727FE4

Color information

#727FE4 (or 0x727FE4) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 7F and E4. RGB value is (114,127,228). Sum of RGB (Red+Green+Blue) = 114+127+228=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #727FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FE4 is #8D801B. Grayscale: #868686. Windows color (decimal): -9273372 or 14974834. OLE color: 14974834.

HSL color Cylindrical-coordinate representation of color #727FE4: hue angle of 233.16º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #727FE4 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114127228-
CMYK0.500.4400.11
HSL233.16º67.86%67.06%-
HSV(B)233.16º50%89.41%-
XYZ28.5324.3676.6-
YUV134.63180.69113.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.31%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 228 (89.45% from 255) = 48.61%
R=24.31%
G=27.08%
B=48.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141272280.500.4400.11233.1667.8667.06
Hex727FE4322C0Be94443
Octal1621773446254013351104103
Binary1110010111111111100100110010101100010111110100110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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