#7A48C9

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

Shades of Slate Blue #7A48C9

Tints of Slate Blue #7A48C9

Color information

#7A48C9 (or 0x7A48C9) is unknown color: approx Slate Blue. HEX triplet: 7A, 48 and C9. RGB value is (122,72,201). Sum of RGB (Red+Green+Blue) = 122+72+201=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A48C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48C9 is #85B736. Grayscale: #656565. Windows color (decimal): -8763191 or 13191290. OLE color: 13191290.

HSL color Cylindrical-coordinate representation of color #7A48C9: hue angle of 263.26º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A48C9 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12272201-
CMYK0.390.6400.21
HSL263.26º54.43%53.53%-
HSV(B)263.26º64.18%78.82%-
XYZ20.8912.9956.66-
YUV101.66184.06142.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 201 (78.91% from 255) = 50.89%
R=30.89%
G=18.23%
B=50.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122722010.390.6400.21263.2654.4353.53
Hex7A48C927400151073636
Octal172110311471000254076666
Binary11110101001000110010011001111000000010101100000111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A48C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,201); }

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

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

 a { background-color: rgb(122,72,201); }

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

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

 span { border-color: rgb(122,72,201); }

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