#7A54D0

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

Shades of Slate Blue #7A54D0

Tints of Slate Blue #7A54D0

Color information

#7A54D0 (or 0x7A54D0) is unknown color: approx Slate Blue. HEX triplet: 7A, 54 and D0. RGB value is (122,84,208). Sum of RGB (Red+Green+Blue) = 122+84+208=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A54D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A54D0 is #85AB2F. Grayscale: #6D6D6D. Windows color (decimal): -8760112 or 13653114. OLE color: 13653114.

HSL color Cylindrical-coordinate representation of color #7A54D0: hue angle of 258.39º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A54D0 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12284208-
CMYK0.410.6000.18
HSL258.39º56.88%57.25%-
HSV(B)258.39º59.62%81.57%-
XYZ22.5815.0361.39-
YUV109.5183.59136.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.47%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 208 (81.64% from 255) = 50.24%
R=29.47%
G=20.29%
B=50.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122842080.410.6000.18258.3956.8857.25
Hex7A54D0293C0121023939
Octal17212432051740224027171
Binary1111010101010011010000101001111100010010100000010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A54D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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