#7D48CE

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

Shades of Slate Blue #7D48CE

Tints of Slate Blue #7D48CE

Color information

#7D48CE (or 0x7D48CE) is unknown color: approx Slate Blue. HEX triplet: 7D, 48 and CE. RGB value is (125,72,206). Sum of RGB (Red+Green+Blue) = 125+72+206=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D48CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D48CE is #82B731. Grayscale: #666666. Windows color (decimal): -8566578 or 13518973. OLE color: 13518973.

HSL color Cylindrical-coordinate representation of color #7D48CE: hue angle of 263.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D48CE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12572206-
CMYK0.390.6500.19
HSL263.73º57.76%54.51%-
HSV(B)263.73º65.05%80.78%-
XYZ21.9213.4559.83-
YUV103.12186.06143.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 206 (80.86% from 255) = 51.12%
R=31.02%
G=17.87%
B=51.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal125722060.390.6500.19263.7357.7654.51
Hex7D48CE27410131083a37
Octal175110316471010234107267
Binary11111011001000110011101001111000001010011100001000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D48CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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