#7B6DDC

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

Shades of Medium Slate Blue #7B6DDC

Tints of Medium Slate Blue #7B6DDC

Color information

#7B6DDC (or 0x7B6DDC) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 6D and DC. RGB value is (123,109,220). Sum of RGB (Red+Green+Blue) = 123+109+220=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DDC is #849223. Grayscale: #7D7D7D. Windows color (decimal): -8688164 or 14445947. OLE color: 14445947.

HSL color Cylindrical-coordinate representation of color #7B6DDC: hue angle of 247.57º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6DDC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB123109220-
CMYK0.440.5000.14
HSL247.57º61.33%64.51%-
HSV(B)247.57º50.45%86.27%-
XYZ26.5620.3270.23-
YUV125.84181.14125.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.21%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 220 (86.33% from 255) = 48.67%
R=27.21%
G=24.12%
B=48.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1231092200.440.5000.14247.5761.3364.51
Hex7B6DDC2C320Ef83d41
Octal173155334546201637075101
Binary111101111011011101110010110011001001110111110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,109,220); }

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

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

 a { background-color: rgb(123,109,220); }

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

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

 span { border-color: rgb(123,109,220); }

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