#7A4BCD

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

Shades of Slate Blue #7A4BCD

Tints of Slate Blue #7A4BCD

Color information

#7A4BCD (or 0x7A4BCD) is unknown color: approx Slate Blue. HEX triplet: 7A, 4B and CD. RGB value is (122,75,205). Sum of RGB (Red+Green+Blue) = 122+75+205=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A4BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4BCD is #85B432. Grayscale: #676767. Windows color (decimal): -8762419 or 13454202. OLE color: 13454202.

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

Color convert

RGB12275205-
CMYK0.400.6300.20
HSL261.69º56.52%54.9%-
HSV(B)261.69º63.41%80.39%-
XYZ21.5613.5859.24-
YUV103.87185.07140.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.35%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=30.35%
G=18.66%
B=51.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122752050.400.6300.20261.6956.5254.9
Hex7A4BCD283F0141063937
Octal17211331550770244067167
Binary1111010100101111001101101000111111010100100000110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,75,205); }

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

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

 a { background-color: rgb(122,75,205); }

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

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

 span { border-color: rgb(122,75,205); }

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