#7B4ED3

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

Shades of Slate Blue #7B4ED3

Tints of Slate Blue #7B4ED3

Color information

#7B4ED3 (or 0x7B4ED3) is unknown color: approx Slate Blue. HEX triplet: 7B, 4E and D3. RGB value is (123,78,211). Sum of RGB (Red+Green+Blue) = 123+78+211=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #7B4ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4ED3 is #84B12C. Grayscale: #6A6A6A. Windows color (decimal): -8696109 or 13848187. OLE color: 13848187.

HSL color Cylindrical-coordinate representation of color #7B4ED3: hue angle of 260.3º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B4ED3 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12378211-
CMYK0.420.6300.17
HSL260.3º60.18%56.67%-
HSV(B)260.3º63.03%82.75%-
XYZ22.6514.3663.21-
YUV106.62186.91139.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.85%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 211 (82.81% from 255) = 51.21%
R=29.85%
G=18.93%
B=51.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal123782110.420.6300.17260.360.1856.67
Hex7B4ED32A3F0111043c39
Octal17311632352770214047471
Binary1111011100111011010011101010111111010001100000100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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