#7A57CC

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

Shades of Slate Blue #7A57CC

Tints of Slate Blue #7A57CC

Color information

#7A57CC (or 0x7A57CC) is unknown color: approx Slate Blue. HEX triplet: 7A, 57 and CC. RGB value is (122,87,204). Sum of RGB (Red+Green+Blue) = 122+87+204=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A57CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A57CC is #85A833. Grayscale: #6E6E6E. Windows color (decimal): -8759348 or 13391738. OLE color: 13391738.

HSL color Cylindrical-coordinate representation of color #7A57CC: hue angle of 257.95º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A57CC is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12287204-
CMYK0.400.5700.2
HSL257.95º53.42%57.06%-
HSV(B)257.95º57.35%80%-
XYZ22.3315.3158.91-
YUV110.8180.6135.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=29.54%
G=21.07%
B=49.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122872040.400.5700.2257.9553.4257.06
Hex7A57CC28390141023539
Octal17212731450710244026571
Binary1111010101011111001100101000111001010100100000010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A57CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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