#7A61D8

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

Shades of Slate Blue #7A61D8

Tints of Slate Blue #7A61D8

Color information

#7A61D8 (or 0x7A61D8) is unknown color: approx Slate Blue. HEX triplet: 7A, 61 and D8. RGB value is (122,97,216). Sum of RGB (Red+Green+Blue) = 122+97+216=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #7A61D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61D8 is #859E27. Grayscale: #757575. Windows color (decimal): -8756776 or 14180730. OLE color: 14180730.

HSL color Cylindrical-coordinate representation of color #7A61D8: hue angle of 252.61º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A61D8 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12297216-
CMYK0.440.5500.15
HSL252.61º60.41%61.37%-
HSV(B)252.61º55.09%84.71%-
XYZ24.717.6467.07-
YUV118.04183.28130.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.05%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 216 (84.77% from 255) = 49.66%
R=28.05%
G=22.30%
B=49.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122972160.440.5500.15252.6160.4161.37
Hex7A61D82C370Ffd3c3d
Octal17214133054670173757475
Binary11110101100001110110001011001101110111111111101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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