#7A54C3

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

Shades of Slate Blue #7A54C3

Tints of Slate Blue #7A54C3

Color information

#7A54C3 (or 0x7A54C3) is unknown color: approx Slate Blue. HEX triplet: 7A, 54 and C3. RGB value is (122,84,195). Sum of RGB (Red+Green+Blue) = 122+84+195=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #7A54C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A54C3 is #85AB3C. Grayscale: #6B6B6B. Windows color (decimal): -8760125 or 12801146. OLE color: 12801146.

HSL color Cylindrical-coordinate representation of color #7A54C3: hue angle of 260.54º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A54C3 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12284195-
CMYK0.370.5700.24
HSL260.54º48.05%54.71%-
HSV(B)260.54º56.92%76.47%-
XYZ21.0514.4253.3-
YUV108.02177.09137.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.42%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 195 (76.56% from 255) = 48.63%
R=30.42%
G=20.95%
B=48.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122841950.370.5700.24260.5448.0554.71
Hex7A54C325390181053037
Octal17212430345710304056067
Binary1111010101010011000011100101111001011000100000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A54C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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