Html Css Color HEX #7958F1 Medium Slate Blue

📋 copy color: '#7958F1'

red 121 ◦ green 88 ◦ blue 241

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

Shades of Medium Slate Blue #7958F1

Tints of Medium Slate Blue #7958F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

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

R = 26.89%
G = 19.56%
B = 53.56%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7958F1 (or 0x7958F1) is known color: Medium Slate Blue. HEX triplet: 79, 58 and F1. RGB value is (121,88,241). Sum of RGB (Red+Green+Blue) = 121+88+241=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #7958F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7958F1 is #86A70E. Grayscale: #727272. Windows color (decimal): -8824591 or 15816825. OLE color: 15816825.

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

Color convert

RGB 121 88 241 -
CMYK 0.50 0.63 0 0.05
HSL 252.94º 0.85% 0.65% -
HSV(B) 252.94º 0.63% 0.95% -
XYZ 27.25 17.4 85.14 -
YUV 115.31 198.93 132.06 -
System Red Green Blue C M Y K H S L
Decimal 121 88 241 0.50 0.63 0 0.05 252.94 0.85 0.65
Hex 79 58 F1 32 3F 0 5 FD 55 41
Octal 171 130 361 62 77 0 5 375 125 101
Binary 1111001 1011000 11110001 110010 111111 0 101 11111101 1010101 1000001

Color Harmonies of #7958F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958F1

Black with #7958F1

Text Example


Text Example

White with #7958F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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