#7564D0

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

Shades of Slate Blue #7564D0

Tints of Slate Blue #7564D0

Color information

#7564D0 (or 0x7564D0) is unknown color: approx Slate Blue. HEX triplet: 75, 64 and D0. RGB value is (117,100,208). Sum of RGB (Red+Green+Blue) = 117+100+208=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #7564D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564D0 is #8A9B2F. Grayscale: #747474. Windows color (decimal): -9083696 or 13657205. OLE color: 13657205.

HSL color Cylindrical-coordinate representation of color #7564D0: hue angle of 249.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7564D0 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117100208-
CMYK0.440.5200.18
HSL249.44º53.47%60.39%-
HSV(B)249.44º51.92%81.57%-
XYZ23.2817.4561.82-
YUV117.4179.13127.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=27.53%
G=23.53%
B=48.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171002080.440.5200.18249.4453.4760.39
Hex7564D02C34012f9353c
Octal16514432054640223716574
Binary111010111001001101000010110011010001001011111001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7564D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7564D0; }

 p { color: rgb(117,100,208); }

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

<style>
 a { background-color: #7564D0; }

 a { background-color: rgb(117,100,208); }

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

<style>
 span { border-color: #7564D0; }

 span { border-color: rgb(117,100,208); }

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