#7554C6

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

Shades of Slate Blue #7554C6

Tints of Slate Blue #7554C6

Color information

#7554C6 (or 0x7554C6) is unknown color: approx Slate Blue. HEX triplet: 75, 54 and C6. RGB value is (117,84,198). Sum of RGB (Red+Green+Blue) = 117+84+198=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #7554C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7554C6 is #8AAB39. Grayscale: #6A6A6A. Windows color (decimal): -9087802 or 12997749. OLE color: 12997749.

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

Color convert

RGB11784198-
CMYK0.410.5800.22
HSL257.37º50%55.29%-
HSV(B)257.37º57.58%77.65%-
XYZ20.714.255.08-
YUV106.86179.43135.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 198 (77.73% from 255) = 49.62%
R=29.32%
G=21.05%
B=49.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117841980.410.5800.22257.375055.29
Hex7554C6293A0161013237
Octal16512430651720264016267
Binary1110101101010011000110101001111010010110100000001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7554C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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