#7A5ECD

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

Shades of Slate Blue #7A5ECD

Tints of Slate Blue #7A5ECD

Color information

#7A5ECD (or 0x7A5ECD) is unknown color: approx Slate Blue. HEX triplet: 7A, 5E and CD. RGB value is (122,94,205). Sum of RGB (Red+Green+Blue) = 122+94+205=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ECD is #85A132. Grayscale: #727272. Windows color (decimal): -8757555 or 13459066. OLE color: 13459066.

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

Color convert

RGB12294205-
CMYK0.400.5400.20
HSL255.14º52.61%58.63%-
HSV(B)255.14º54.15%80.39%-
XYZ23.0516.5559.74-
YUV115.03178.78132.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.98%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=28.98%
G=22.33%
B=48.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122942050.400.5400.20255.1452.6158.63
Hex7A5ECD2836014ff353b
Octal17213631550660243776573
Binary111101010111101100110110100011011001010011111111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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