#7560CD

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

Shades of Slate Blue #7560CD

Tints of Slate Blue #7560CD

Color information

#7560CD (or 0x7560CD) is unknown color: approx Slate Blue. HEX triplet: 75, 60 and CD. RGB value is (117,96,205). Sum of RGB (Red+Green+Blue) = 117+96+205=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #7560CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560CD is #8A9F32. Grayscale: #727272. Windows color (decimal): -9084723 or 13459573. OLE color: 13459573.

HSL color Cylindrical-coordinate representation of color #7560CD: hue angle of 251.56º degrees, saturation: 0.52, 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 #7560CD is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11796205-
CMYK0.430.5300.20
HSL251.56º52.15%59.02%-
HSV(B)251.56º53.17%80.39%-
XYZ22.5416.5659.77-
YUV114.7178.96129.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=27.99%
G=22.97%
B=49.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117962050.430.5300.20251.5652.1559.02
Hex7560CD2B35014fc343b
Octal16514031553650243746473
Binary111010111000001100110110101111010101010011111100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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