Html Css Color HEX #7959FA Medium Slate Blue

📋 copy color: '#7959FA'

red 121 ◦ green 89 ◦ blue 250

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

Shades of Medium Slate Blue #7959FA

Tints of Medium Slate Blue #7959FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.35%

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

R = 26.3%
G = 19.35%
B = 54.35%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7959FA (or 0x7959FA) is known color: Medium Slate Blue. HEX triplet: 79, 59 and FA. RGB value is (121,89,250). Sum of RGB (Red+Green+Blue) = 121+89+250=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #7959FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7959FA is #86A605. Grayscale: #747474. Windows color (decimal): -8824326 or 16406905. OLE color: 16406905.

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

Color convert

RGB 121 89 250 -
CMYK 0.52 0.64 0 0.02
HSL 251.93º 0.94% 0.66% -
HSV(B) 251.93º 0.64% 0.98% -
XYZ 28.71 18.11 92.43 -
YUV 116.92 203.1 130.91 -
System Red Green Blue C M Y K H S L
Decimal 121 89 250 0.52 0.64 0 0.02 251.93 0.94 0.66
Hex 79 59 FA 34 40 0 2 FC 5E 42
Octal 171 131 372 64 100 0 2 374 136 102
Binary 1111001 1011001 11111010 110100 1000000 0 10 11111100 1011110 1000010

Color Harmonies of #7959FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7959FA

Black with #7959FA

Text Example


Text Example

White with #7959FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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