#7A5CC7

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

Shades of Slate Blue #7A5CC7

Tints of Slate Blue #7A5CC7

Color information

#7A5CC7 (or 0x7A5CC7) is unknown color: approx Slate Blue. HEX triplet: 7A, 5C and C7. RGB value is (122,92,199). Sum of RGB (Red+Green+Blue) = 122+92+199=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #7A5CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5CC7 is #85A338. Grayscale: #707070. Windows color (decimal): -8758073 or 13065338. OLE color: 13065338.

HSL color Cylindrical-coordinate representation of color #7A5CC7: hue angle of 256.82º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A5CC7 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12292199-
CMYK0.390.5400.22
HSL256.82º48.86%57.06%-
HSV(B)256.82º53.77%78.04%-
XYZ22.1615.9255.94-
YUV113.17176.44134.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 199 (78.12% from 255) = 48.18%
R=29.54%
G=22.28%
B=48.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal122921990.390.5400.22256.8248.8657.06
Hex7A5CC727360161013139
Octal17213430747660264016171
Binary1111010101110011000111100111110110010110100000001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,92,199); }

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

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

 a { background-color: rgb(122,92,199); }

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

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

 span { border-color: rgb(122,92,199); }

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