#7368c5

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

Shades of Slate Blue #7368C5

Tints of Slate Blue #7368C5

Color information

#7368C5 (or 0x7368C5) is unknown color: approx Slate Blue. HEX triplet: 73, 68 and C5. RGB value is (115,104,197). Sum of RGB (Red+Green+Blue) = 115+104+197=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #7368C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368C5 is #8C973A. Grayscale: #757575. Windows color (decimal): -9213755 or 12937331. OLE color: 12937331.

HSL color Cylindrical-coordinate representation of color #7368C5: hue angle of 247.1º 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 #7368C5 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB115104197-
CMYK0.420.4700.23
HSL247.1º44.5%59.02%-
HSV(B)247.1º47.21%77.25%-
XYZ22.117.5855.05-
YUV117.89172.64125.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 197 (77.34% from 255) = 47.36%
R=27.64%
G=25%
B=47.36%

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
Decimal1151041970.420.4700.23247.144.559.02
Hex7368C52A2F017f72c3b
Octal16315030552570273675473
Binary111001111010001100010110101010111101011111110111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7368c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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