#7F63EC

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

Shades of Medium Slate Blue #7F63EC

Tints of Medium Slate Blue #7F63EC

Color information

#7F63EC (or 0x7F63EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 63 and EC. RGB value is (127,99,236). Sum of RGB (Red+Green+Blue) = 127+99+236=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F63EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F63EC is #809C13. Grayscale: #7A7A7A. Windows color (decimal): -8428564 or 15491967. OLE color: 15491967.

HSL color Cylindrical-coordinate representation of color #7F63EC: hue angle of 252.26º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F63EC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12799236-
CMYK0.460.5800.07
HSL252.26º78.29%65.69%-
HSV(B)252.26º58.05%92.55%-
XYZ28.3519.4981.62-
YUV122.99191.78130.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.49%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 236 (92.58% from 255) = 51.08%
R=27.49%
G=21.43%
B=51.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal127992360.460.5800.07252.2678.2965.69
Hex7F63EC2E3A07fc4e42
Octal177143354567207374116102
Binary111111111000111110110010111011101001111111110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F63EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F63EC; }

 p { color: rgb(127,99,236); }

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

<style>
 a { background-color: #7F63EC; }

 a { background-color: rgb(127,99,236); }

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

<style>
 span { border-color: #7F63EC; }

 span { border-color: rgb(127,99,236); }

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