Html Css Color HEX #7960EC Medium Slate Blue

📋 copy color: '#7960EC'

red 121 ◦ green 96 ◦ blue 236

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

Shades of Medium Slate Blue #7960EC

Tints of Medium Slate Blue #7960EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 26.71%
G = 21.19%
B = 52.1%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7960EC (or 0x7960EC) is known color: Medium Slate Blue. HEX triplet: 79, 60 and EC. RGB value is (121,96,236). Sum of RGB (Red+Green+Blue) = 121+96+236=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #7960EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7960EC is #869F13. Grayscale: #767676. Windows color (decimal): -8822548 or 15491193. OLE color: 15491193.

HSL color Cylindrical-coordinate representation of color #7960EC: hue angle of 250.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7960EC is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 96 236 -
CMYK 0.49 0.59 0 0.07
HSL 250.71º 0.79% 0.65% -
HSV(B) 250.71º 0.59% 0.93% -
XYZ 27.21 18.49 81.49 -
YUV 119.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 121 96 236 0.49 0.59 0 0.07 250.71 0.79 0.65
Hex 79 60 EC 31 3B 0 7 FB 4F 41
Octal 171 140 354 61 73 0 7 373 117 101
Binary 1111001 1100000 11101100 110001 111011 0 111 11111011 1001111 1000001

Color Harmonies of #7960EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960EC

Black with #7960EC

Text Example


Text Example

White with #7960EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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