#7D51CF

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

Shades of Slate Blue #7D51CF

Tints of Slate Blue #7D51CF

Color information

#7D51CF (or 0x7D51CF) is unknown color: approx Slate Blue. HEX triplet: 7D, 51 and CF. RGB value is (125,81,207). Sum of RGB (Red+Green+Blue) = 125+81+207=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D51CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D51CF is #82AE30. Grayscale: #6C6C6C. Windows color (decimal): -8564273 or 13586813. OLE color: 13586813.

HSL color Cylindrical-coordinate representation of color #7D51CF: hue angle of 260.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D51CF is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12581207-
CMYK0.400.6100.19
HSL260.95º56.76%56.47%-
HSV(B)260.95º60.87%81.18%-
XYZ22.6614.7560.68-
YUV108.52183.58139.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.27%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 207 (81.25% from 255) = 50.12%
R=30.27%
G=19.61%
B=50.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal125812070.400.6100.19260.9556.7656.47
Hex7D51CF283D0131053938
Octal17512131750750234057170
Binary1111101101000111001111101000111101010011100000101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D51CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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