#7364C5

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

Shades of Slate Blue #7364C5

Tints of Slate Blue #7364C5

Color information

#7364C5 (or 0x7364C5) is unknown color: approx Slate Blue. HEX triplet: 73, 64 and C5. RGB value is (115,100,197). Sum of RGB (Red+Green+Blue) = 115+100+197=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #7364C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364C5 is #8C9B3A. Grayscale: #737373. Windows color (decimal): -9214779 or 12936307. OLE color: 12936307.

HSL color Cylindrical-coordinate representation of color #7364C5: hue angle of 249.28º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7364C5 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB115100197-
CMYK0.420.4900.23
HSL249.28º45.54%58.24%-
HSV(B)249.28º49.24%77.25%-
XYZ21.7116.7954.92-
YUV115.54173.97127.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 197 (77.34% from 255) = 47.82%
R=27.91%
G=24.27%
B=47.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151001970.420.4900.23249.2845.5458.24
Hex7364C52A31017f92e3a
Octal16314430552610273715672
Binary111001111001001100010110101011000101011111111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7364C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7364C5; }

 p { color: rgb(115,100,197); }

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

<style>
 a { background-color: #7364C5; }

 a { background-color: rgb(115,100,197); }

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

<style>
 span { border-color: #7364C5; }

 span { border-color: rgb(115,100,197); }

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