#7557DE

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

Shades of Slate Blue #7557DE

Tints of Slate Blue #7557DE

Color information

#7557DE (or 0x7557DE) is unknown color: approx Slate Blue. HEX triplet: 75, 57 and DE. RGB value is (117,87,222). Sum of RGB (Red+Green+Blue) = 117+87+222=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #7557DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557DE is #8AA821. Grayscale: #6E6E6E. Windows color (decimal): -9087010 or 14571381. OLE color: 14571381.

HSL color Cylindrical-coordinate representation of color #7557DE: hue angle of 253.33º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7557DE is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11787222-
CMYK0.470.6100.13
HSL253.33º67.16%60.59%-
HSV(B)253.33º60.81%87.06%-
XYZ23.9315.8770.91-
YUV111.36190.44132.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 87 (34.38% from 255) = 20.42%
BLUE value IS 222 (87.11% from 255) = 52.11%
R=27.46%
G=20.42%
B=52.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117872220.470.6100.13253.3367.1660.59
Hex7557DE2F3D0Dfd433d
Octal165127336577501537510375
Binary111010110101111101111010111111110101101111111011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7557DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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