#7A61DD

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

Shades of Medium Slate Blue #7A61DD

Tints of Medium Slate Blue #7A61DD

Color information

#7A61DD (or 0x7A61DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 61 and DD. RGB value is (122,97,221). Sum of RGB (Red+Green+Blue) = 122+97+221=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A61DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61DD is #859E22. Grayscale: #767676. Windows color (decimal): -8756771 or 14508410. OLE color: 14508410.

HSL color Cylindrical-coordinate representation of color #7A61DD: hue angle of 252.1º 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 #7A61DD is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12297221-
CMYK0.450.5600.13
HSL252.1º64.58%62.35%-
HSV(B)252.1º56.11%86.67%-
XYZ25.3517.9170.53-
YUV118.61185.78130.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 221 (86.72% from 255) = 50.23%
R=27.73%
G=22.05%
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.13
SystemRedGreenBlueCMYKHSL
Decimal122972210.450.5600.13252.164.5862.35
Hex7A61DD2D380Dfc413e
Octal172141335557001537410176
Binary111101011000011101110110110111100001101111111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A61DD; }

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

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

<style>
 a { background-color: #7A61DD; }

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

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

<style>
 span { border-color: #7A61DD; }

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

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