#7F51D1

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

Shades of Slate Blue #7F51D1

Tints of Slate Blue #7F51D1

Color information

#7F51D1 (or 0x7F51D1) is unknown color: approx Slate Blue. HEX triplet: 7F, 51 and D1. RGB value is (127,81,209). Sum of RGB (Red+Green+Blue) = 127+81+209=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F51D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F51D1 is #80AE2E. Grayscale: #6C6C6C. Windows color (decimal): -8433199 or 13717887. OLE color: 13717887.

HSL color Cylindrical-coordinate representation of color #7F51D1: hue angle of 261.56º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F51D1 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12781209-
CMYK0.390.6100.18
HSL261.56º58.18%56.86%-
HSV(B)261.56º61.24%81.96%-
XYZ23.21561.99-
YUV109.35184.24140.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 209 (82.03% from 255) = 50.12%
R=30.46%
G=19.42%
B=50.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127812090.390.6100.18261.5658.1856.86
Hex7F51D1273D0121063a39
Octal17712132147750224067271
Binary1111111101000111010001100111111101010010100000110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F51D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,81,209); }

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

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

 a { background-color: rgb(127,81,209); }

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

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

 span { border-color: rgb(127,81,209); }

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