#7C51D9

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

Shades of Slate Blue #7C51D9

Tints of Slate Blue #7C51D9

Color information

#7C51D9 (or 0x7C51D9) is unknown color: approx Slate Blue. HEX triplet: 7C, 51 and D9. RGB value is (124,81,217). Sum of RGB (Red+Green+Blue) = 124+81+217=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #7C51D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C51D9 is #83AE26. Grayscale: #6C6C6C. Windows color (decimal): -8629799 or 14242172. OLE color: 14242172.

HSL color Cylindrical-coordinate representation of color #7C51D9: hue angle of 258.97º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C51D9 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12481217-
CMYK0.430.6300.15
HSL258.97º64.15%58.43%-
HSV(B)258.97º62.67%85.1%-
XYZ23.7815.1867.32-
YUV109.36188.75138.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.38%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 217 (85.16% from 255) = 51.42%
R=29.38%
G=19.19%
B=51.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124812170.430.6300.15258.9764.1558.43
Hex7C51D92B3F0F103403a
Octal174121331537701740310072
Binary1111100101000111011001101011111111011111000000111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C51D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,81,217); }

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

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

 a { background-color: rgb(124,81,217); }

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

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

 span { border-color: rgb(124,81,217); }

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