#7961DB

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

Shades of Medium Slate Blue #7961DB

Tints of Medium Slate Blue #7961DB

Color information

#7961DB (or 0x7961DB) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 61 and DB. RGB value is (121,97,219). Sum of RGB (Red+Green+Blue) = 121+97+219=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #7961DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7961DB is #869E24. Grayscale: #757575. Windows color (decimal): -8822309 or 14377337. OLE color: 14377337.

HSL color Cylindrical-coordinate representation of color #7961DB: hue angle of 251.8º degrees, saturation: 0.63, 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 #7961DB is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12197219-
CMYK0.450.5600.14
HSL251.8º62.89%61.96%-
HSV(B)251.8º55.71%85.88%-
XYZ24.9517.7369.13-
YUV118.08184.95130.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 219 (85.94% from 255) = 50.11%
R=27.69%
G=22.20%
B=50.11%

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
Decimal121972190.450.5600.14251.862.8961.96
Hex7961DB2D380Efc3f3e
Octal17114133355700163747776
Binary11110011100001110110111011011110000111011111100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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