#7364D8

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

Shades of Slate Blue #7364D8

Tints of Slate Blue #7364D8

Color information

#7364D8 (or 0x7364D8) is unknown color: approx Slate Blue. HEX triplet: 73, 64 and D8. RGB value is (115,100,216). Sum of RGB (Red+Green+Blue) = 115+100+216=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #7364D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364D8 is #8C9B27. Grayscale: #757575. Windows color (decimal): -9214760 or 14181491. OLE color: 14181491.

HSL color Cylindrical-coordinate representation of color #7364D8: hue angle of 247.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7364D8 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB115100216-
CMYK0.470.5400.15
HSL247.76º59.79%61.96%-
HSV(B)247.76º53.7%84.71%-
XYZ24.0217.7267.12-
YUV117.71183.47126.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 216 (84.77% from 255) = 50.12%
R=26.68%
G=23.20%
B=50.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1151002160.470.5400.15247.7659.7961.96
Hex7364D82F360Ff83c3e
Octal16314433057660173707476
Binary11100111100100110110001011111101100111111111000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7364D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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