#7D59C9

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

Shades of Slate Blue #7D59C9

Tints of Slate Blue #7D59C9

Color information

#7D59C9 (or 0x7D59C9) is unknown color: approx Slate Blue. HEX triplet: 7D, 59 and C9. RGB value is (125,89,201). Sum of RGB (Red+Green+Blue) = 125+89+201=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D59C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59C9 is #82A636. Grayscale: #707070. Windows color (decimal): -8562231 or 13195645. OLE color: 13195645.

HSL color Cylindrical-coordinate representation of color #7D59C9: hue angle of 259.29º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D59C9 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12589201-
CMYK0.380.5600.21
HSL259.29º50.91%56.86%-
HSV(B)259.29º55.72%78.82%-
XYZ22.5715.7257.1-
YUV112.53177.93136.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.12%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 201 (78.91% from 255) = 48.43%
R=30.12%
G=21.45%
B=48.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125892010.380.5600.21259.2950.9156.86
Hex7D59C926380151033339
Octal17513131146700254036371
Binary1111101101100111001001100110111000010101100000011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D59C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,89,201); }

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

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

 a { background-color: rgb(125,89,201); }

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

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

 span { border-color: rgb(125,89,201); }

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