#7560C4

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

Shades of Slate Blue #7560C4

Tints of Slate Blue #7560C4

Color information

#7560C4 (or 0x7560C4) is unknown color: approx Slate Blue. HEX triplet: 75, 60 and C4. RGB value is (117,96,196). Sum of RGB (Red+Green+Blue) = 117+96+196=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #7560C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560C4 is #8A9F3B. Grayscale: #717171. Windows color (decimal): -9084732 or 12869749. OLE color: 12869749.

HSL color Cylindrical-coordinate representation of color #7560C4: hue angle of 252.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7560C4 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11796196-
CMYK0.400.5100.23
HSL252.6º45.87%57.25%-
HSV(B)252.6º51.02%76.86%-
XYZ21.4816.1354.21-
YUV113.68174.46130.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 196 (76.95% from 255) = 47.92%
R=28.61%
G=23.47%
B=47.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117961960.400.5100.23252.645.8757.25
Hex7560C42833017fd2e39
Octal16514030450630273755671
Binary111010111000001100010010100011001101011111111101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7560C4; }

 p { color: rgb(117,96,196); }

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

<style>
 a { background-color: #7560C4; }

 a { background-color: rgb(117,96,196); }

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

<style>
 span { border-color: #7560C4; }

 span { border-color: rgb(117,96,196); }

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