Html Css Color HEX #7948FF Medium Slate Blue

📋 copy color: '#7948FF'

red 121 ◦ green 72 ◦ blue 255

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

Shades of Medium Slate Blue #7948FF

Tints of Medium Slate Blue #7948FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 27.01%
G = 16.07%
B = 56.92%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7948FF (or 0x7948FF) is known color: Medium Slate Blue. HEX triplet: 79, 48 and FF. RGB value is (121,72,255). Sum of RGB (Red+Green+Blue) = 121+72+255=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #7948FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7948FF is #86B700. Grayscale: #6A6A6A. Windows color (decimal): -8828673 or 16730233. OLE color: 16730233.

HSL color Cylindrical-coordinate representation of color #7948FF: hue angle of 256.07º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7948FF is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 72 255 -
CMYK 0.53 0.72 0 0
HSL 256.07º 1% 0.64% -
HSV(B) 256.07º 0.72% 1% -
XYZ 28.25 15.92 96.19 -
YUV 107.51 211.23 137.62 -
System Red Green Blue C M Y K H S L
Decimal 121 72 255 0.53 0.72 0 0 256.07 1 0.64
Hex 79 48 FF 35 48 0 0 100 64 40
Octal 171 110 377 65 110 0 0 400 144 100
Binary 1111001 1001000 11111111 110101 1001000 0 0 100000000 1100100 1000000

Color Harmonies of #7948FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7948FF

Black with #7948FF

Text Example


Text Example

White with #7948FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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