#7564CA

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

Shades of Slate Blue #7564CA

Tints of Slate Blue #7564CA

Color information

#7564CA (or 0x7564CA) is unknown color: approx Slate Blue. HEX triplet: 75, 64 and CA. RGB value is (117,100,202). Sum of RGB (Red+Green+Blue) = 117+100+202=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7564CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564CA is #8A9B35. Grayscale: #747474. Windows color (decimal): -9083702 or 13263989. OLE color: 13263989.

HSL color Cylindrical-coordinate representation of color #7564CA: hue angle of 250º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7564CA is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117100202-
CMYK0.420.5000.21
HSL250º49.04%59.22%-
HSV(B)250º50.5%79.22%-
XYZ22.5517.1658-
YUV116.71176.13128.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=27.92%
G=23.87%
B=48.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171002020.420.5000.2125049.0459.22
Hex7564CA2A32015fa313b
Octal16514431252620253726173
Binary111010111001001100101010101011001001010111111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7564CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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