#7A62DC

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

Shades of Medium Slate Blue #7A62DC

Tints of Medium Slate Blue #7A62DC

Color information

#7A62DC (or 0x7A62DC) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 62 and DC. RGB value is (122,98,220). Sum of RGB (Red+Green+Blue) = 122+98+220=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A62DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62DC is #859D23. Grayscale: #767676. Windows color (decimal): -8756516 or 14443130. OLE color: 14443130.

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

Color convert

RGB12298220-
CMYK0.450.5500.14
HSL251.8º63.54%62.35%-
HSV(B)251.8º55.45%86.27%-
XYZ25.3118.0469.86-
YUV119.08184.95130.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 220 (86.33% from 255) = 50%
R=27.73%
G=22.27%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal122982200.450.5500.14251.863.5462.35
Hex7A62DC2D370Efc403e
Octal172142334556701637410076
Binary111101011000101101110010110111011101110111111001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A62DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,98,220); }

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

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

 a { background-color: rgb(122,98,220); }

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

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

 span { border-color: rgb(122,98,220); }

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