Html Css Color HEX #7960FA Medium Slate Blue

📋 copy color: '#7960FA'

red 121 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #7960FA

Tints of Medium Slate Blue #7960FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

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

R = 25.91%
G = 20.56%
B = 53.53%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7960FA (or 0x7960FA) is known color: Medium Slate Blue. HEX triplet: 79, 60 and FA. RGB value is (121,96,250). Sum of RGB (Red+Green+Blue) = 121+96+250=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #7960FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7960FA is #869F05. Grayscale: #787878. Windows color (decimal): -8822534 or 16408697. OLE color: 16408697.

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

Color convert

RGB 121 96 250 -
CMYK 0.52 0.62 0 0.02
HSL 249.74º 0.94% 0.68% -
HSV(B) 249.74º 0.62% 0.98% -
XYZ 29.32 19.33 92.63 -
YUV 121.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 121 96 250 0.52 0.62 0 0.02 249.74 0.94 0.68
Hex 79 60 FA 34 3E 0 2 FA 5E 44
Octal 171 140 372 64 76 0 2 372 136 104
Binary 1111001 1100000 11111010 110100 111110 0 10 11111010 1011110 1000100

Color Harmonies of #7960FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960FA

Black with #7960FA

Text Example


Text Example

White with #7960FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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