#7A61C5

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

Shades of Slate Blue #7A61C5

Tints of Slate Blue #7A61C5

Color information

#7A61C5 (or 0x7A61C5) is unknown color: approx Slate Blue. HEX triplet: 7A, 61 and C5. RGB value is (122,97,197). Sum of RGB (Red+Green+Blue) = 122+97+197=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #7A61C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61C5 is #859E3A. Grayscale: #737373. Windows color (decimal): -8756795 or 12935546. OLE color: 12935546.

HSL color Cylindrical-coordinate representation of color #7A61C5: hue angle of 255º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A61C5 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12297197-
CMYK0.380.5100.23
HSL255º46.3%57.65%-
HSV(B)255º50.76%77.25%-
XYZ22.3816.7254.87-
YUV115.88173.78132.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 197 (77.34% from 255) = 47.36%
R=29.33%
G=23.32%
B=47.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122971970.380.5100.2325546.357.65
Hex7A61C52633017ff2e3a
Octal17214130546630273775672
Binary111101011000011100010110011011001101011111111111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,197); }

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

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

 a { background-color: rgb(122,97,197); }

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

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

 span { border-color: rgb(122,97,197); }

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