#7B4EED

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

Shades of Medium Slate Blue #7B4EED

Tints of Medium Slate Blue #7B4EED

Color information

#7B4EED (or 0x7B4EED) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 4E and ED. RGB value is (123,78,237). Sum of RGB (Red+Green+Blue) = 123+78+237=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B4EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4EED is #84B112. Grayscale: #6C6C6C. Windows color (decimal): -8696083 or 15552123. OLE color: 15552123.

HSL color Cylindrical-coordinate representation of color #7B4EED: hue angle of 256.98º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B4EED is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12378237-
CMYK0.480.6700.07
HSL256.98º81.54%61.76%-
HSV(B)256.98º67.09%92.94%-
XYZ26.1815.7781.79-
YUV109.58199.91137.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.08%
GREEN value IS 78 (30.86% from 255) = 17.81%
BLUE value IS 237 (92.97% from 255) = 54.11%
R=28.08%
G=17.81%
B=54.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal123782370.480.6700.07256.9881.5461.76
Hex7B4EED304307101523e
Octal173116355601030740112276
Binary1111011100111011101101110000100001101111000000011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,78,237); }

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

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

 a { background-color: rgb(123,78,237); }

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

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

 span { border-color: rgb(123,78,237); }

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