#7D51D9

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

Shades of Slate Blue #7D51D9

Tints of Slate Blue #7D51D9

Color information

#7D51D9 (or 0x7D51D9) is unknown color: approx Slate Blue. HEX triplet: 7D, 51 and D9. RGB value is (125,81,217). Sum of RGB (Red+Green+Blue) = 125+81+217=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D51D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D51D9 is #82AE26. Grayscale: #6D6D6D. Windows color (decimal): -8564263 or 14242173. OLE color: 14242173.

HSL color Cylindrical-coordinate representation of color #7D51D9: hue angle of 259.41º 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 #7D51D9 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12581217-
CMYK0.420.6300.15
HSL259.41º64.15%58.43%-
HSV(B)259.41º62.67%85.1%-
XYZ23.9215.2567.33-
YUV109.66188.58138.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 217 (85.16% from 255) = 51.30%
R=29.55%
G=19.15%
B=51.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125812170.420.6300.15259.4164.1558.43
Hex7D51D92A3F0F103403a
Octal175121331527701740310072
Binary1111101101000111011001101010111111011111000000111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D51D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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