#7B4EC3

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

Shades of Slate Blue #7B4EC3

Tints of Slate Blue #7B4EC3

Color information

#7B4EC3 (or 0x7B4EC3) is unknown color: approx Slate Blue. HEX triplet: 7B, 4E and C3. RGB value is (123,78,195). Sum of RGB (Red+Green+Blue) = 123+78+195=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #7B4EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4EC3 is #84B13C. Grayscale: #686868. Windows color (decimal): -8696125 or 12799611. OLE color: 12799611.

HSL color Cylindrical-coordinate representation of color #7B4EC3: hue angle of 263.08º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B4EC3 is Cyan = 0.37, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12378195-
CMYK0.370.600.24
HSL263.08º49.37%53.53%-
HSV(B)263.08º60%76.47%-
XYZ20.7413.653.16-
YUV104.79178.91140.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 78 (30.86% from 255) = 19.70%
BLUE value IS 195 (76.56% from 255) = 49.24%
R=31.06%
G=19.70%
B=49.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123781950.370.600.24263.0849.3753.53
Hex7B4EC3253C0181073136
Octal17311630345740304076166
Binary1111011100111011000011100101111100011000100000111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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