#7A6BDA

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

Shades of Medium Slate Blue #7A6BDA

Tints of Medium Slate Blue #7A6BDA

Color information

#7A6BDA (or 0x7A6BDA) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6B and DA. RGB value is (122,107,218). Sum of RGB (Red+Green+Blue) = 122+107+218=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A6BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BDA is #859425. Grayscale: #7B7B7B. Windows color (decimal): -8754214 or 14314362. OLE color: 14314362.

HSL color Cylindrical-coordinate representation of color #7A6BDA: hue angle of 248.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A6BDA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122107218-
CMYK0.440.5100.15
HSL248.11º60%63.73%-
HSV(B)248.11º50.92%85.49%-
XYZ25.9419.7168.77-
YUV124.14180.97126.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.29%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 218 (85.55% from 255) = 48.77%
R=27.29%
G=23.94%
B=48.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221072180.440.5100.15248.116063.73
Hex7A6BDA2C330Ff83c40
Octal172153332546301737074100
Binary111101011010111101101010110011001101111111110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,218); }

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

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

 a { background-color: rgb(122,107,218); }

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

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

 span { border-color: rgb(122,107,218); }

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