#7B56E2

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

Shades of Medium Slate Blue #7B56E2

Tints of Medium Slate Blue #7B56E2

Color information

#7B56E2 (or 0x7B56E2) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 56 and E2. RGB value is (123,86,226). Sum of RGB (Red+Green+Blue) = 123+86+226=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 226 (88.67% from 255 or 51.95% from 435); Max value from RGB is 226 - color contains mainly: blue. Hex color #7B56E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B56E2 is #84A91D. Grayscale: #707070. Windows color (decimal): -8694046 or 14833275. OLE color: 14833275.

HSL color Cylindrical-coordinate representation of color #7B56E2: hue angle of 255.86º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B56E2 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12386226-
CMYK0.460.6200.11
HSL255.86º70.71%61.18%-
HSV(B)255.86º61.95%88.63%-
XYZ25.2216.3673.78-
YUV113.02191.76135.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.28%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 226 (88.67% from 255) = 51.95%
R=28.28%
G=19.77%
B=51.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal123862260.460.6200.11255.8670.7161.18
Hex7B56E22E3E0B100473d
Octal173126342567601340010775
Binary1111011101011011100010101110111110010111000000001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B56E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,86,226); }

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

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

 a { background-color: rgb(123,86,226); }

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

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

 span { border-color: rgb(123,86,226); }

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