#7961DD

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

Shades of Medium Slate Blue #7961DD

Tints of Medium Slate Blue #7961DD

Color information

#7961DD (or 0x7961DD) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 61 and DD. RGB value is (121,97,221). Sum of RGB (Red+Green+Blue) = 121+97+221=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #7961DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7961DD is #869E22. Grayscale: #757575. Windows color (decimal): -8822307 or 14508409. OLE color: 14508409.

HSL color Cylindrical-coordinate representation of color #7961DD: hue angle of 251.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7961DD is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12197221-
CMYK0.450.5600.13
HSL251.61º64.58%62.35%-
HSV(B)251.61º56.11%86.67%-
XYZ25.2117.8370.52-
YUV118.31185.95129.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 221 (86.72% from 255) = 50.34%
R=27.56%
G=22.10%
B=50.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121972210.450.5600.13251.6164.5862.35
Hex7961DD2D380Dfc413e
Octal171141335557001537410176
Binary111100111000011101110110110111100001101111111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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