Html Css Color HEX #7946FD Medium Slate Blue

📋 copy color: '#7946FD'

red 121 ◦ green 70 ◦ blue 253

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

Shades of Medium Slate Blue #7946FD

Tints of Medium Slate Blue #7946FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.77%

 BLUE value IS 253 (99.22% from 255) = 56.98%

R = 27.25%
G = 15.77%
B = 56.98%

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

#7946FD (or 0x7946FD) is known color: Medium Slate Blue. HEX triplet: 79, 46 and FD. RGB value is (121,70,253). Sum of RGB (Red+Green+Blue) = 121+70+253=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #7946FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7946FD is #86B902. Grayscale: #696969. Windows color (decimal): -8829187 or 16598649. OLE color: 16598649.

HSL color Cylindrical-coordinate representation of color #7946FD: hue angle of 256.72º degrees, saturation: 0.98, 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 #7946FD is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 70 253 -
CMYK 0.52 0.72 0 0.01
HSL 256.72º 0.98% 0.63% -
HSV(B) 256.72º 0.72% 0.99% -
XYZ 27.8 15.54 94.46 -
YUV 106.11 210.9 138.62 -
System Red Green Blue C M Y K H S L
Decimal 121 70 253 0.52 0.72 0 0.01 256.72 0.98 0.63
Hex 79 46 FD 34 48 0 1 101 62 3F
Octal 171 106 375 64 110 0 1 401 142 77
Binary 1111001 1000110 11111101 110100 1001000 0 1 100000001 1100010 111111

Color Harmonies of #7946FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7946FD

Black with #7946FD

Text Example


Text Example

White with #7946FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7946FD; }

 p { color: rgb(121,70,253); }

 H1.HeaderClassName
 {
   color: #7946FD;
 }
 .AnyTagClassName
 {
   color: #7946FD;
 }
</style>

background-color css

<style>
 a { background-color: #7946FD; }

 a { background-color: rgb(121,70,253); }

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

border-color css

<style>
 span { border-color: #7946FD; }

 span { border-color: rgb(121,70,253); }

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