#7A48D7

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

Shades of Slate Blue #7A48D7

Tints of Slate Blue #7A48D7

Color information

#7A48D7 (or 0x7A48D7) is unknown color: approx Slate Blue. HEX triplet: 7A, 48 and D7. RGB value is (122,72,215). Sum of RGB (Red+Green+Blue) = 122+72+215=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #7A48D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48D7 is #85B728. Grayscale: #666666. Windows color (decimal): -8763177 or 14108794. OLE color: 14108794.

HSL color Cylindrical-coordinate representation of color #7A48D7: hue angle of 260.98º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A48D7 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12272215-
CMYK0.430.6700.16
HSL260.98º64.13%56.27%-
HSV(B)260.98º66.51%84.31%-
XYZ22.6113.6865.74-
YUV103.25191.06141.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.83%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 215 (84.38% from 255) = 52.57%
R=29.83%
G=17.60%
B=52.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal122722150.430.6700.16260.9864.1356.27
Hex7A48D72B430101054038
Octal1721103275310302040510070
Binary111101010010001101011110101110000110100001000001011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A48D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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