#7557C8

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

Shades of Slate Blue #7557C8

Tints of Slate Blue #7557C8

Color information

#7557C8 (or 0x7557C8) is unknown color: approx Slate Blue. HEX triplet: 75, 57 and C8. RGB value is (117,87,200). Sum of RGB (Red+Green+Blue) = 117+87+200=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #7557C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557C8 is #8AA837. Grayscale: #6C6C6C. Windows color (decimal): -9087032 or 13129589. OLE color: 13129589.

HSL color Cylindrical-coordinate representation of color #7557C8: hue angle of 255.93º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7557C8 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11787200-
CMYK0.420.5600.22
HSL255.93º50.67%56.27%-
HSV(B)255.93º56.5%78.43%-
XYZ21.1714.7756.38-
YUV108.85179.44133.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 200 (78.52% from 255) = 49.50%
R=28.96%
G=21.53%
B=49.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117872000.420.5600.22255.9350.6756.27
Hex7557C82A380161003338
Octal16512731052700264006370
Binary1110101101011111001000101010111000010110100000000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7557C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7557C8; }

 p { color: rgb(117,87,200); }

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

<style>
 a { background-color: #7557C8; }

 a { background-color: rgb(117,87,200); }

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

<style>
 span { border-color: #7557C8; }

 span { border-color: rgb(117,87,200); }

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