#7a5bcd

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

Shades of Slate Blue #7A5BCD

Tints of Slate Blue #7A5BCD

Color information

#7A5BCD (or 0x7A5BCD) is unknown color: approx Slate Blue. HEX triplet: 7A, 5B and CD. RGB value is (122,91,205). Sum of RGB (Red+Green+Blue) = 122+91+205=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BCD is #85A432. Grayscale: #707070. Windows color (decimal): -8758323 or 13458298. OLE color: 13458298.

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

Color convert

RGB12291205-
CMYK0.400.5600.20
HSL256.32º53.27%58.04%-
HSV(B)256.32º55.61%80.39%-
XYZ22.7916.0359.65-
YUV113.26179.77134.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=29.19%
G=21.77%
B=49.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122912050.400.5600.20256.3253.2758.04
Hex7A5BCD2838014100353a
Octal17213331550700244006572
Binary1111010101101111001101101000111000010100100000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a5bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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