#7560CC

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

Shades of Slate Blue #7560CC

Tints of Slate Blue #7560CC

Color information

#7560CC (or 0x7560CC) is unknown color: approx Slate Blue. HEX triplet: 75, 60 and CC. RGB value is (117,96,204). Sum of RGB (Red+Green+Blue) = 117+96+204=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #7560CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560CC is #8A9F33. Grayscale: #727272. Windows color (decimal): -9084724 or 13394037. OLE color: 13394037.

HSL color Cylindrical-coordinate representation of color #7560CC: hue angle of 251.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7560CC is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11796204-
CMYK0.430.5300.2
HSL251.67º51.43%58.82%-
HSV(B)251.67º52.94%80%-
XYZ22.4216.5159.13-
YUV114.59178.46129.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=28.06%
G=23.02%
B=48.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117962040.430.5300.2251.6751.4358.82
Hex7560CC2B35014fc333b
Octal16514031453650243746373
Binary111010111000001100110010101111010101010011111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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