#7D48CA

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

Shades of Slate Blue #7D48CA

Tints of Slate Blue #7D48CA

Color information

#7D48CA (or 0x7D48CA) is unknown color: approx Slate Blue. HEX triplet: 7D, 48 and CA. RGB value is (125,72,202). Sum of RGB (Red+Green+Blue) = 125+72+202=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D48CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D48CA is #82B735. Grayscale: #666666. Windows color (decimal): -8566582 or 13256829. OLE color: 13256829.

HSL color Cylindrical-coordinate representation of color #7D48CA: hue angle of 264.46º degrees, saturation: 0.55, 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 #7D48CA is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12572202-
CMYK0.380.6400.21
HSL264.46º55.08%53.73%-
HSV(B)264.46º64.36%79.22%-
XYZ21.4413.2657.31-
YUV102.67184.06143.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=31.33%
G=18.05%
B=50.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125722020.380.6400.21264.4655.0853.73
Hex7D48CA26400151083736
Octal175110312461000254106766
Binary11111011001000110010101001101000000010101100001000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,72,202); }

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

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

 a { background-color: rgb(125,72,202); }

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

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

 span { border-color: rgb(125,72,202); }

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