#7349C7

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

Shades of Slate Blue #7349C7

Tints of Slate Blue #7349C7

Color information

#7349C7 (or 0x7349C7) is unknown color: approx Slate Blue. HEX triplet: 73, 49 and C7. RGB value is (115,73,199). Sum of RGB (Red+Green+Blue) = 115+73+199=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #7349C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349C7 is #8CB638. Grayscale: #636363. Windows color (decimal): -9221689 or 13060467. OLE color: 13060467.

HSL color Cylindrical-coordinate representation of color #7349C7: hue angle of 260º degrees, saturation: 0.53, 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 #7349C7 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11573199-
CMYK0.420.6300.22
HSL260º52.94%53.33%-
HSV(B)260º63.32%78.04%-
XYZ19.7612.5355.41-
YUV99.92183.91138.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 199 (78.12% from 255) = 51.42%
R=29.72%
G=18.86%
B=51.42%

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
Decimal115731990.420.6300.2226052.9453.33
Hex7349C72A3F0161043535
Octal16311130752770264046565
Binary1110011100100111000111101010111111010110100000100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7349C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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