#7345CF

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

Shades of Slate Blue #7345CF

Tints of Slate Blue #7345CF

Color information

#7345CF (or 0x7345CF) is unknown color: approx Slate Blue. HEX triplet: 73, 45 and CF. RGB value is (115,69,207). Sum of RGB (Red+Green+Blue) = 115+69+207=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #7345CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345CF is #8CBA30. Grayscale: #616161. Windows color (decimal): -9222705 or 13583731. OLE color: 13583731.

HSL color Cylindrical-coordinate representation of color #7345CF: hue angle of 260º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7345CF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11569207-
CMYK0.440.6700.19
HSL260º58.97%54.12%-
HSV(B)260º66.67%81.18%-
XYZ20.4612.4160.35-
YUV98.49189.24139.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 207 (81.25% from 255) = 52.94%
R=29.41%
G=17.65%
B=52.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115692070.440.6700.1926058.9754.12
Hex7345CF2C430131043b36
Octal163105317541030234047366
Binary11100111000101110011111011001000011010011100000100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7345CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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