Html Css Color HEX #7947FC Medium Slate Blue

📋 copy color: '#7947FC'

red 121 ◦ green 71 ◦ blue 252

#7947FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7947FC

Tints of Medium Slate Blue #7947FC

RGB

 RED value IS 121 (47.66% from 255) = 27.25%

 GREEN value IS 71 (28.13% from 255) = 15.99%

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 27.25%
G = 15.99%
B = 56.76%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7947FC (or 0x7947FC) is known color: Medium Slate Blue. HEX triplet: 79, 47 and FC. RGB value is (121,71,252). Sum of RGB (Red+Green+Blue) = 121+71+252=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #7947FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7947FC is #86B803. Grayscale: #696969. Windows color (decimal): -8828932 or 16533369. OLE color: 16533369.

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

Color convert

RGB 121 71 252 -
CMYK 0.52 0.72 0 0.01
HSL 256.57º 0.97% 0.63% -
HSV(B) 256.57º 0.72% 0.99% -
XYZ 27.71 15.6 93.65 -
YUV 106.58 210.07 138.28 -
System Red Green Blue C M Y K H S L
Decimal 121 71 252 0.52 0.72 0 0.01 256.57 0.97 0.63
Hex 79 47 FC 34 48 0 1 101 61 3F
Octal 171 107 374 64 110 0 1 401 141 77
Binary 1111001 1000111 11111100 110100 1001000 0 1 100000001 1100001 111111

Color Harmonies of #7947FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7947FC

Black with #7947FC

Text Example


Text Example

White with #7947FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7947FC;
 }
 .AnyTagClassName
 {
   color: #7947FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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