#7A5BDA

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

Shades of Slate Blue #7A5BDA

Tints of Slate Blue #7A5BDA

Color information

#7A5BDA (or 0x7A5BDA) is unknown color: approx Slate Blue. HEX triplet: 7A, 5B and DA. RGB value is (122,91,218). Sum of RGB (Red+Green+Blue) = 122+91+218=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A5BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BDA is #85A425. Grayscale: #727272. Windows color (decimal): -8758310 or 14310266. OLE color: 14310266.

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

Color convert

RGB12291218-
CMYK0.440.5800.15
HSL254.65º63.18%60.59%-
HSV(B)254.65º58.26%85.49%-
XYZ24.4216.6868.26-
YUV114.75186.27133.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.31%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 218 (85.55% from 255) = 50.58%
R=28.31%
G=21.11%
B=50.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122912180.440.5800.15254.6563.1860.59
Hex7A5BDA2C3A0Fff3f3d
Octal17213333254720173777775
Binary11110101011011110110101011001110100111111111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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