#7369c5

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

Shades of Slate Blue #7369C5

Tints of Slate Blue #7369C5

Color information

#7369C5 (or 0x7369C5) is unknown color: approx Slate Blue. HEX triplet: 73, 69 and C5. RGB value is (115,105,197). Sum of RGB (Red+Green+Blue) = 115+105+197=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #7369C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369C5 is #8C963A. Grayscale: #767676. Windows color (decimal): -9213499 or 12937587. OLE color: 12937587.

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

Color convert

RGB115105197-
CMYK0.420.4700.23
HSL246.52º44.23%59.22%-
HSV(B)246.52º46.7%77.25%-
XYZ22.217.7855.08-
YUV118.48172.31125.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 197 (77.34% from 255) = 47.24%
R=27.58%
G=25.18%
B=47.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151051970.420.4700.23246.5244.2359.22
Hex7369C52A2F017f72c3b
Octal16315130552570273675473
Binary111001111010011100010110101010111101011111110111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7369c5; }

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

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

<style>
 a { background-color: #7369c5; }

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

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

<style>
 span { border-color: #7369c5; }

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

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