#7B4ED0

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

Shades of Slate Blue #7B4ED0

Tints of Slate Blue #7B4ED0

Color information

#7B4ED0 (or 0x7B4ED0) is unknown color: approx Slate Blue. HEX triplet: 7B, 4E and D0. RGB value is (123,78,208). Sum of RGB (Red+Green+Blue) = 123+78+208=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #7B4ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4ED0 is #84B12F. Grayscale: #696969. Windows color (decimal): -8696112 or 13651579. OLE color: 13651579.

HSL color Cylindrical-coordinate representation of color #7B4ED0: hue angle of 260.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B4ED0 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12378208-
CMYK0.410.6200.18
HSL260.77º58.04%56.08%-
HSV(B)260.77º62.5%81.57%-
XYZ22.2814.2161.24-
YUV106.28185.41139.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.07%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 208 (81.64% from 255) = 50.86%
R=30.07%
G=19.07%
B=50.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123782080.410.6200.18260.7758.0456.08
Hex7B4ED0293E0121053a38
Octal17311632051760224057270
Binary1111011100111011010000101001111110010010100000101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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