#7349C6

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

Shades of Slate Blue #7349C6

Tints of Slate Blue #7349C6

Color information

#7349C6 (or 0x7349C6) is unknown color: approx Slate Blue. HEX triplet: 73, 49 and C6. RGB value is (115,73,198). Sum of RGB (Red+Green+Blue) = 115+73+198=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #7349C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349C6 is #8CB639. Grayscale: #636363. Windows color (decimal): -9221690 or 12994931. OLE color: 12994931.

HSL color Cylindrical-coordinate representation of color #7349C6: hue angle of 260.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7349C6 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11573198-
CMYK0.420.6300.22
HSL260.16º52.3%53.14%-
HSV(B)260.16º63.13%77.65%-
XYZ19.6512.4954.8-
YUV99.81183.41138.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.79%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=29.79%
G=18.91%
B=51.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115731980.420.6300.22260.1652.353.14
Hex7349C62A3F0161043435
Octal16311130652770264046465
Binary1110011100100111000110101010111111010110100000100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7349C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7349C6; }

 p { color: rgb(115,73,198); }

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

<style>
 a { background-color: #7349C6; }

 a { background-color: rgb(115,73,198); }

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

<style>
 span { border-color: #7349C6; }

 span { border-color: rgb(115,73,198); }

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