#7453D1

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

Shades of Slate Blue #7453D1

Tints of Slate Blue #7453D1

Color information

#7453D1 (or 0x7453D1) is unknown color: approx Slate Blue. HEX triplet: 74, 53 and D1. RGB value is (116,83,209). Sum of RGB (Red+Green+Blue) = 116+83+209=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #7453D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7453D1 is #8BAC2E. Grayscale: #6A6A6A. Windows color (decimal): -9153583 or 13718388. OLE color: 13718388.

HSL color Cylindrical-coordinate representation of color #7453D1: hue angle of 255.71º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7453D1 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11683209-
CMYK0.440.6000.18
HSL255.71º57.8%57.25%-
HSV(B)255.71º60.29%81.96%-
XYZ21.814.561.97-
YUV107.23185.43134.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 83 (32.81% from 255) = 20.34%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=28.43%
G=20.34%
B=51.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116832090.440.6000.18255.7157.857.25
Hex7453D12C3C0121003a39
Octal16412332154740224007271
Binary1110100101001111010001101100111100010010100000000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7453D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7453D1; }

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

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

<style>
 a { background-color: #7453D1; }

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

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

<style>
 span { border-color: #7453D1; }

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

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