#7549C6

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

Shades of Slate Blue #7549C6

Tints of Slate Blue #7549C6

Color information

#7549C6 (or 0x7549C6) is unknown color: approx Slate Blue. HEX triplet: 75, 49 and C6. RGB value is (117,73,198). Sum of RGB (Red+Green+Blue) = 117+73+198=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #7549C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549C6 is #8AB639. Grayscale: #636363. Windows color (decimal): -9090618 or 12994933. OLE color: 12994933.

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

Color convert

RGB11773198-
CMYK0.410.6300.22
HSL261.12º52.3%53.14%-
HSV(B)261.12º63.13%77.65%-
XYZ19.9112.6254.81-
YUV100.41183.08139.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 198 (77.73% from 255) = 51.03%
R=30.15%
G=18.81%
B=51.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117731980.410.6300.22261.1252.353.14
Hex7549C6293F0161053435
Octal16511130651770264056465
Binary1110101100100111000110101001111111010110100000101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7549C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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