#7B59D4

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

Shades of Slate Blue #7B59D4

Tints of Slate Blue #7B59D4

Color information

#7B59D4 (or 0x7B59D4) is unknown color: approx Slate Blue. HEX triplet: 7B, 59 and D4. RGB value is (123,89,212). Sum of RGB (Red+Green+Blue) = 123+89+212=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #7B59D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59D4 is #84A62B. Grayscale: #707070. Windows color (decimal): -8693292 or 13916539. OLE color: 13916539.

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

Color convert

RGB12389212-
CMYK0.420.5800.17
HSL256.59º58.85%59.02%-
HSV(B)256.59º58.02%83.14%-
XYZ23.6216.1164.15-
YUV113.19183.76135-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.01%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 212 (83.20% from 255) = 50%
R=29.01%
G=20.99%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal123892120.420.5800.17256.5958.8559.02
Hex7B59D42A3A0111013b3b
Octal17313132452720214017373
Binary1111011101100111010100101010111010010001100000001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B59D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,89,212); }

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

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

 a { background-color: rgb(123,89,212); }

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

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

 span { border-color: rgb(123,89,212); }

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