#7560DC

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

Shades of Slate Blue #7560DC

Tints of Slate Blue #7560DC

Color information

#7560DC (or 0x7560DC) is unknown color: approx Slate Blue. HEX triplet: 75, 60 and DC. RGB value is (117,96,220). Sum of RGB (Red+Green+Blue) = 117+96+220=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7560DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560DC is #8A9F23. Grayscale: #737373. Windows color (decimal): -9084708 or 14442613. OLE color: 14442613.

HSL color Cylindrical-coordinate representation of color #7560DC: hue angle of 250.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7560DC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11796220-
CMYK0.470.5600.14
HSL250.16º63.92%61.96%-
HSV(B)250.16º56.36%86.27%-
XYZ24.4417.3169.76-
YUV116.42186.46128.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=27.02%
G=22.17%
B=50.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117962200.470.5600.14250.1663.9261.96
Hex7560DC2F380Efa403e
Octal165140334577001637210076
Binary111010111000001101110010111111100001110111110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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