#7345D7

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

Shades of Slate Blue #7345D7

Tints of Slate Blue #7345D7

Color information

#7345D7 (or 0x7345D7) is unknown color: approx Slate Blue. HEX triplet: 73, 45 and D7. RGB value is (115,69,215). Sum of RGB (Red+Green+Blue) = 115+69+215=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #7345D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345D7 is #8CBA28. Grayscale: #626262. Windows color (decimal): -9222697 or 14108019. OLE color: 14108019.

HSL color Cylindrical-coordinate representation of color #7345D7: hue angle of 258.9º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7345D7 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11569215-
CMYK0.470.6800.16
HSL258.9º64.6%55.69%-
HSV(B)258.9º67.91%84.31%-
XYZ21.4612.8165.63-
YUV99.4193.24139.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 215 (84.38% from 255) = 53.88%
R=28.82%
G=17.29%
B=53.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal115692150.470.6800.16258.964.655.69
Hex7345D72F440101034138
Octal1631053275710402040310170
Binary111001110001011101011110111110001000100001000000111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7345D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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