#7564C6

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

Shades of Slate Blue #7564C6

Tints of Slate Blue #7564C6

Color information

#7564C6 (or 0x7564C6) is unknown color: approx Slate Blue. HEX triplet: 75, 64 and C6. RGB value is (117,100,198). Sum of RGB (Red+Green+Blue) = 117+100+198=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #7564C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564C6 is #8A9B39. Grayscale: #737373. Windows color (decimal): -9083706 or 13001845. OLE color: 13001845.

HSL color Cylindrical-coordinate representation of color #7564C6: hue angle of 250.41º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7564C6 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117100198-
CMYK0.410.4900.22
HSL250.41º46.23%58.43%-
HSV(B)250.41º49.49%77.65%-
XYZ22.0916.9755.54-
YUV116.26174.13128.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 198 (77.73% from 255) = 47.71%
R=28.19%
G=24.10%
B=47.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171001980.410.4900.22250.4146.2358.43
Hex7564C62931016fa2e3a
Octal16514430651610263725672
Binary111010111001001100011010100111000101011011111010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7564C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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