Html Css Color HEX #7948F1 Medium Slate Blue

📋 copy color: '#7948F1'

red 121 ◦ green 72 ◦ blue 241

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

Shades of Medium Slate Blue #7948F1

Tints of Medium Slate Blue #7948F1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.59%

 BLUE value IS 241 (94.53% from 255) = 55.53%

R = 27.88%
G = 16.59%
B = 55.53%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7948F1 (or 0x7948F1) is known color: Medium Slate Blue. HEX triplet: 79, 48 and F1. RGB value is (121,72,241). Sum of RGB (Red+Green+Blue) = 121+72+241=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #7948F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7948F1 is #86B70E. Grayscale: #696969. Windows color (decimal): -8828687 or 15812729. OLE color: 15812729.

HSL color Cylindrical-coordinate representation of color #7948F1: hue angle of 257.4º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7948F1 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 72 241 -
CMYK 0.50 0.70 0 0.05
HSL 257.4º 0.86% 0.61% -
HSV(B) 257.4º 0.7% 0.95% -
XYZ 26.08 15.05 84.75 -
YUV 105.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 121 72 241 0.50 0.70 0 0.05 257.4 0.86 0.61
Hex 79 48 F1 32 46 0 5 101 56 3D
Octal 171 110 361 62 106 0 5 401 126 75
Binary 1111001 1001000 11110001 110010 1000110 0 101 100000001 1010110 111101

Color Harmonies of #7948F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7948F1

Black with #7948F1

Text Example


Text Example

White with #7948F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7948F1; }

 p { color: rgb(121,72,241); }

 H1.HeaderClassName
 {
   color: #7948F1;
 }
 .AnyTagClassName
 {
   color: #7948F1;
 }
</style>

background-color css

<style>
 a { background-color: #7948F1; }

 a { background-color: rgb(121,72,241); }

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

border-color css

<style>
 span { border-color: #7948F1; }

 span { border-color: rgb(121,72,241); }

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