#7569C5

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

Shades of Slate Blue #7569C5

Tints of Slate Blue #7569C5

Color information

#7569C5 (or 0x7569C5) is unknown color: approx Slate Blue. HEX triplet: 75, 69 and C5. RGB value is (117,105,197). Sum of RGB (Red+Green+Blue) = 117+105+197=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #7569C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569C5 is #8A963A. Grayscale: #767676. Windows color (decimal): -9082427 or 12937589. OLE color: 12937589.

HSL color Cylindrical-coordinate representation of color #7569C5: hue angle of 247.83º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7569C5 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB117105197-
CMYK0.410.4700.23
HSL247.83º44.23%59.22%-
HSV(B)247.83º46.7%77.25%-
XYZ22.4717.9255.1-
YUV119.08171.98126.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 197 (77.34% from 255) = 47.02%
R=27.92%
G=25.06%
B=47.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171051970.410.4700.23247.8344.2359.22
Hex7569C5292F017f82c3b
Octal16515130551570273705473
Binary111010111010011100010110100110111101011111111000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7569C5; }

 p { color: rgb(117,105,197); }

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

<style>
 a { background-color: #7569C5; }

 a { background-color: rgb(117,105,197); }

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

<style>
 span { border-color: #7569C5; }

 span { border-color: rgb(117,105,197); }

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