Html Css Color HEX #7952F1 Medium Slate Blue

📋 copy color: '#7952F1'

red 121 ◦ green 82 ◦ blue 241

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

Shades of Medium Slate Blue #7952F1

Tints of Medium Slate Blue #7952F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.47%

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

R = 27.25%
G = 18.47%
B = 54.28%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7952F1 (or 0x7952F1) is known color: Medium Slate Blue. HEX triplet: 79, 52 and F1. RGB value is (121,82,241). Sum of RGB (Red+Green+Blue) = 121+82+241=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #7952F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7952F1 is #86AD0E. Grayscale: #6F6F6F. Windows color (decimal): -8826127 or 15815289. OLE color: 15815289.

HSL color Cylindrical-coordinate representation of color #7952F1: hue angle of 254.72º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7952F1 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 82 241 -
CMYK 0.50 0.66 0 0.05
HSL 254.72º 0.85% 0.63% -
HSV(B) 254.72º 0.66% 0.95% -
XYZ 26.78 16.45 84.98 -
YUV 111.79 200.92 134.57 -
System Red Green Blue C M Y K H S L
Decimal 121 82 241 0.50 0.66 0 0.05 254.72 0.85 0.63
Hex 79 52 F1 32 42 0 5 FF 55 3F
Octal 171 122 361 62 102 0 5 377 125 77
Binary 1111001 1010010 11110001 110010 1000010 0 101 11111111 1010101 111111

Color Harmonies of #7952F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7952F1

Black with #7952F1

Text Example


Text Example

White with #7952F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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