#7345DE

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

Shades of Slate Blue #7345DE

Tints of Slate Blue #7345DE

Color information

#7345DE (or 0x7345DE) is unknown color: approx Slate Blue. HEX triplet: 73, 45 and DE. RGB value is (115,69,222). Sum of RGB (Red+Green+Blue) = 115+69+222=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #7345DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345DE is #8CBA21. Grayscale: #636363. Windows color (decimal): -9222690 or 14566771. OLE color: 14566771.

HSL color Cylindrical-coordinate representation of color #7345DE: hue angle of 258.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7345DE is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11569222-
CMYK0.480.6900.13
HSL258.04º69.86%57.06%-
HSV(B)258.04º68.92%87.06%-
XYZ22.3813.1870.47-
YUV100.2196.74138.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.33%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 222 (87.11% from 255) = 54.68%
R=28.33%
G=17.00%
B=54.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal115692220.480.6900.13258.0469.8657.06
Hex7345DE30450D1024639
Octal1631053366010501540210671
Binary11100111000101110111101100001000101011011000000101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7345DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7345DE; }

 p { color: rgb(115,69,222); }

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

<style>
 a { background-color: #7345DE; }

 a { background-color: rgb(115,69,222); }

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

<style>
 span { border-color: #7345DE; }

 span { border-color: rgb(115,69,222); }

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