#7451d1

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

Shades of Slate Blue #7451D1

Tints of Slate Blue #7451D1

Color information

#7451D1 (or 0x7451D1) is unknown color: approx Slate Blue. HEX triplet: 74, 51 and D1. RGB value is (116,81,209). Sum of RGB (Red+Green+Blue) = 116+81+209=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #7451D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451D1 is #8BAE2E. Grayscale: #696969. Windows color (decimal): -9154095 or 13717876. OLE color: 13717876.

HSL color Cylindrical-coordinate representation of color #7451D1: hue angle of 256.41º 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 #7451D1 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11681209-
CMYK0.440.6100.18
HSL256.41º58.18%56.86%-
HSV(B)256.41º61.24%81.96%-
XYZ21.6514.261.92-
YUV106.06186.1135.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 209 (82.03% from 255) = 51.48%
R=28.57%
G=19.95%
B=51.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116812090.440.6100.18256.4158.1856.86
Hex7451D12C3D0121003a39
Octal16412132154750224007271
Binary1110100101000111010001101100111101010010100000000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7451d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7451d1; }

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

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

<style>
 a { background-color: #7451d1; }

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

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

<style>
 span { border-color: #7451d1; }

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

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