#7F49F3

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

Shades of Medium Slate Blue #7F49F3

Tints of Medium Slate Blue #7F49F3

Color information

#7F49F3 (or 0x7F49F3) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 49 and F3. RGB value is (127,73,243). Sum of RGB (Red+Green+Blue) = 127+73+243=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #7F49F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F49F3 is #80B60C. Grayscale: #6B6B6B. Windows color (decimal): -8435213 or 15944063. OLE color: 15944063.

HSL color Cylindrical-coordinate representation of color #7F49F3: hue angle of 259.06º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F49F3 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12773243-
CMYK0.480.7000.05
HSL259.06º87.63%61.96%-
HSV(B)259.06º69.96%95.29%-
XYZ27.3115.7586.39-
YUV108.53203.89141.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.67%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 243 (95.31% from 255) = 54.85%
R=28.67%
G=16.48%
B=54.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127732430.480.7000.05259.0687.6361.96
Hex7F49F3304605103583e
Octal177111363601060540313076
Binary1111111100100111110011110000100011001011000000111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F49F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,73,243); }

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

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

 a { background-color: rgb(127,73,243); }

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

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

 span { border-color: rgb(127,73,243); }

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