#7961FE

Color #7961FE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7961FE

Tints of Medium Slate Blue #7961FE

Color information

#7961FE (or 0x7961FE) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 61 and FE. RGB value is (121,97,254). Sum of RGB (Red+Green+Blue) = 121+97+254=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #7961FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7961FE is #869E01. Grayscale: #797979. Windows color (decimal): -8822274 or 16671097. OLE color: 16671097.

HSL color Cylindrical-coordinate representation of color #7961FE: hue angle of 249.17º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7961FE is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12197254-
CMYK0.520.6200.00
HSL249.17º98.74%68.82%-
HSV(B)249.17º61.81%99.61%-
XYZ30.0519.7796-
YUV122.07202.45127.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.64%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 254 (99.61% from 255) = 53.81%
R=25.64%
G=20.55%
B=53.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal121972540.520.6200.00249.1798.7468.82
Hex7961FE343E00f96345
Octal171141376647600371143105
Binary1111001110000111111110110100111110001111100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7961FE; }

 p { color: rgb(121,97,254); }

 H1.HeaderClassName
 {
   color: #7961FE;
 }
 .AnyTagClassName
 {
   color: #7961FE;
 }
</style>
background-color css

<style>
 a { background-color: #7961FE; }

 a { background-color: rgb(121,97,254); }

 div.DivClassName
 {
   background-color: #7961FE;
 }
 .BgClassName
 {
   background-color: #7961FE;
 }
</style>
border-color css

<style>
 span { border-color: #7961FE; }

 span { border-color: rgb(121,97,254); }

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