#7A54CD

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

Shades of Slate Blue #7A54CD

Tints of Slate Blue #7A54CD

Color information

#7A54CD (or 0x7A54CD) is unknown color: approx Slate Blue. HEX triplet: 7A, 54 and CD. RGB value is (122,84,205). Sum of RGB (Red+Green+Blue) = 122+84+205=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A54CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A54CD is #85AB32. Grayscale: #6C6C6C. Windows color (decimal): -8760115 or 13456506. OLE color: 13456506.

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

Color convert

RGB12284205-
CMYK0.400.5900.20
HSL258.84º54.75%56.67%-
HSV(B)258.84º59.02%80.39%-
XYZ22.2214.8959.46-
YUV109.16182.09137.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=29.68%
G=20.44%
B=49.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122842050.400.5900.20258.8454.7556.67
Hex7A54CD283B0141033739
Octal17212431550730244036771
Binary1111010101010011001101101000111011010100100000011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A54CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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