#7947FA

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

Shades of Medium Slate Blue #7947FA

Tints of Medium Slate Blue #7947FA

Color information

#7947FA (or 0x7947FA) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 47 and FA. RGB value is (121,71,250). Sum of RGB (Red+Green+Blue) = 121+71+250=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #7947FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7947FA is #86B805. Grayscale: #696969. Windows color (decimal): -8828934 or 16402297. OLE color: 16402297.

HSL color Cylindrical-coordinate representation of color #7947FA: hue angle of 256.76º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7947FA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12171250-
CMYK0.520.7200.02
HSL256.76º94.71%62.94%-
HSV(B)256.76º71.6%98.04%-
XYZ27.3915.4791.99-
YUV106.36209.06138.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.38%
GREEN value IS 71 (28.12% from 255) = 16.06%
BLUE value IS 250 (98.05% from 255) = 56.56%
R=27.38%
G=16.06%
B=56.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal121712500.520.7200.02256.7694.7162.94
Hex7947FA3448021015f3f
Octal171107372641100240113777
Binary111100110001111111101011010010010000101000000011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7947FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7947FA; }

 p { color: rgb(121,71,250); }

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

<style>
 a { background-color: #7947FA; }

 a { background-color: rgb(121,71,250); }

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

<style>
 span { border-color: #7947FA; }

 span { border-color: rgb(121,71,250); }

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