Html Css Color HEX #7948FA Medium Slate Blue

📋 copy color: '#7948FA'

red 121 ◦ green 72 ◦ blue 250

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

Shades of Medium Slate Blue #7948FA

Tints of Medium Slate Blue #7948FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 27.31%
G = 16.25%
B = 56.43%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7948FA (or 0x7948FA) is known color: Medium Slate Blue. HEX triplet: 79, 48 and FA. RGB value is (121,72,250). Sum of RGB (Red+Green+Blue) = 121+72+250=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #7948FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7948FA is #86B705. Grayscale: #6A6A6A. Windows color (decimal): -8828678 or 16402553. OLE color: 16402553.

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

Color convert

RGB 121 72 250 -
CMYK 0.52 0.71 0 0.02
HSL 256.52º 0.95% 0.63% -
HSV(B) 256.52º 0.71% 0.98% -
XYZ 27.46 15.6 92.01 -
YUV 106.94 208.73 138.03 -
System Red Green Blue C M Y K H S L
Decimal 121 72 250 0.52 0.71 0 0.02 256.52 0.95 0.63
Hex 79 48 FA 34 47 0 2 101 5F 3F
Octal 171 110 372 64 107 0 2 401 137 77
Binary 1111001 1001000 11111010 110100 1000111 0 10 100000001 1011111 111111

Color Harmonies of #7948FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7948FA

Black with #7948FA

Text Example


Text Example

White with #7948FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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