#7961EB

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

Shades of Medium Slate Blue #7961EB

Tints of Medium Slate Blue #7961EB

Color information

#7961EB (or 0x7961EB) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 61 and EB. RGB value is (121,97,235). Sum of RGB (Red+Green+Blue) = 121+97+235=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #7961EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7961EB is #869E14. Grayscale: #777777. Windows color (decimal): -8822293 or 15425913. OLE color: 15425913.

HSL color Cylindrical-coordinate representation of color #7961EB: hue angle of 250.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7961EB is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12197235-
CMYK0.490.5900.08
HSL250.43º77.53%65.1%-
HSV(B)250.43º58.72%92.16%-
XYZ27.1618.6180.76-
YUV119.91192.95128.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.71%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 235 (92.19% from 255) = 51.88%
R=26.71%
G=21.41%
B=51.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal121972350.490.5900.08250.4377.5365.1
Hex7961EB313B08fa4e41
Octal1711413536173010372116101
Binary1111001110000111101011110001111011010001111101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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