#7a57ce

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

Shades of Slate Blue #7A57CE

Tints of Slate Blue #7A57CE

Color information

#7A57CE (or 0x7A57CE) is unknown color: approx Slate Blue. HEX triplet: 7A, 57 and CE. RGB value is (122,87,206). Sum of RGB (Red+Green+Blue) = 122+87+206=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A57CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A57CE is #85A831. Grayscale: #6E6E6E. Windows color (decimal): -8759346 or 13522810. OLE color: 13522810.

HSL color Cylindrical-coordinate representation of color #7A57CE: hue angle of 257.65º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A57CE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12287206-
CMYK0.410.5800.19
HSL257.65º54.84%57.45%-
HSV(B)257.65º57.77%80.78%-
XYZ22.5715.4160.18-
YUV111.03181.6135.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.40%
GREEN value IS 87 (34.38% from 255) = 20.96%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=29.40%
G=20.96%
B=49.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122872060.410.5800.19257.6554.8457.45
Hex7A57CE293A0131023739
Octal17212731651720234026771
Binary1111010101011111001110101001111010010011100000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a57ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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