#7559C5

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

Shades of Slate Blue #7559C5

Tints of Slate Blue #7559C5

Color information

#7559C5 (or 0x7559C5) is unknown color: approx Slate Blue. HEX triplet: 75, 59 and C5. RGB value is (117,89,197). Sum of RGB (Red+Green+Blue) = 117+89+197=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #7559C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559C5 is #8AA63A. Grayscale: #6D6D6D. Windows color (decimal): -9086523 or 12933493. OLE color: 12933493.

HSL color Cylindrical-coordinate representation of color #7559C5: hue angle of 255.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7559C5 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11789197-
CMYK0.410.5500.23
HSL255.56º48.21%56.08%-
HSV(B)255.56º54.82%77.25%-
XYZ20.9914.9654.6-
YUV109.68177.28133.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 197 (77.34% from 255) = 48.88%
R=29.03%
G=22.08%
B=48.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117891970.410.5500.23255.5648.2156.08
Hex7559C529370171003038
Octal16513130551670274006070
Binary1110101101100111000101101001110111010111100000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7559C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7559C5; }

 p { color: rgb(117,89,197); }

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

<style>
 a { background-color: #7559C5; }

 a { background-color: rgb(117,89,197); }

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

<style>
 span { border-color: #7559C5; }

 span { border-color: rgb(117,89,197); }

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