#7A57DD

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

Shades of Slate Blue #7A57DD

Tints of Slate Blue #7A57DD

Color information

#7A57DD (or 0x7A57DD) is unknown color: approx Slate Blue. HEX triplet: 7A, 57 and DD. RGB value is (122,87,221). Sum of RGB (Red+Green+Blue) = 122+87+221=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A57DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A57DD is #85A822. Grayscale: #707070. Windows color (decimal): -8759331 or 14505850. OLE color: 14505850.

HSL color Cylindrical-coordinate representation of color #7A57DD: hue angle of 255.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A57DD is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12287221-
CMYK0.450.6100.13
HSL255.67º66.34%60.39%-
HSV(B)255.67º60.63%86.67%-
XYZ24.4916.1770.24-
YUV112.74189.1134.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 221 (86.72% from 255) = 51.40%
R=28.37%
G=20.23%
B=51.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122872210.450.6100.13255.6766.3460.39
Hex7A57DD2D3D0D100423c
Octal172127335557501540010274
Binary1111010101011111011101101101111101011011000000001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A57DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A57DD; }

 p { color: rgb(122,87,221); }

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

<style>
 a { background-color: #7A57DD; }

 a { background-color: rgb(122,87,221); }

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

<style>
 span { border-color: #7A57DD; }

 span { border-color: rgb(122,87,221); }

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