#7B6AE6

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

Shades of Medium Slate Blue #7B6AE6

Tints of Medium Slate Blue #7B6AE6

Color information

#7B6AE6 (or 0x7B6AE6) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 6A and E6. RGB value is (123,106,230). Sum of RGB (Red+Green+Blue) = 123+106+230=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #7B6AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6AE6 is #849519. Grayscale: #7C7C7C. Windows color (decimal): -8688922 or 15100539. OLE color: 15100539.

HSL color Cylindrical-coordinate representation of color #7B6AE6: hue angle of 248.23º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B6AE6 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB123106230-
CMYK0.470.5400.10
HSL248.23º71.26%65.88%-
HSV(B)248.23º53.91%90.2%-
XYZ27.6120.2377.31-
YUV125.22187.13126.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.80%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 230 (90.23% from 255) = 50.11%
R=26.80%
G=23.09%
B=50.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1231062300.470.5400.10248.2371.2665.88
Hex7B6AE62F360Af84742
Octal1731523465766012370107102
Binary1111011110101011100110101111110110010101111100010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,106,230); }

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

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

 a { background-color: rgb(123,106,230); }

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

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

 span { border-color: rgb(123,106,230); }

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