#7B6EDA

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

Shades of Medium Slate Blue #7B6EDA

Tints of Medium Slate Blue #7B6EDA

Color information

#7B6EDA (or 0x7B6EDA) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 6E and DA. RGB value is (123,110,218). Sum of RGB (Red+Green+Blue) = 123+110+218=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B6EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EDA is #849125. Grayscale: #7D7D7D. Windows color (decimal): -8687910 or 14315131. OLE color: 14315131.

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

Color convert

RGB123110218-
CMYK0.440.5000.15
HSL247.22º59.34%64.31%-
HSV(B)247.22º49.54%85.49%-
XYZ26.420.4268.88-
YUV126.2179.81125.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.27%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 218 (85.55% from 255) = 48.34%
R=27.27%
G=24.39%
B=48.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231102180.440.5000.15247.2259.3464.31
Hex7B6EDA2C320Ff73b40
Octal173156332546201736773100
Binary111101111011101101101010110011001001111111101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,110,218); }

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

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

 a { background-color: rgb(123,110,218); }

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

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

 span { border-color: rgb(123,110,218); }

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