#7961DC

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

Shades of Medium Slate Blue #7961DC

Tints of Medium Slate Blue #7961DC

Color information

#7961DC (or 0x7961DC) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 61 and DC. RGB value is (121,97,220). Sum of RGB (Red+Green+Blue) = 121+97+220=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #7961DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7961DC is #869E23. Grayscale: #757575. Windows color (decimal): -8822308 or 14442873. OLE color: 14442873.

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

Color convert

RGB12197220-
CMYK0.450.5600.14
HSL251.71º63.73%62.16%-
HSV(B)251.71º55.91%86.27%-
XYZ25.0817.7869.82-
YUV118.2185.45130-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.63%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=27.63%
G=22.15%
B=50.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal121972200.450.5600.14251.7163.7362.16
Hex7961DC2D380Efc403e
Octal171141334557001637410076
Binary111100111000011101110010110111100001110111111001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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