#7364CD

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

Shades of Slate Blue #7364CD

Tints of Slate Blue #7364CD

Color information

#7364CD (or 0x7364CD) is unknown color: approx Slate Blue. HEX triplet: 73, 64 and CD. RGB value is (115,100,205). Sum of RGB (Red+Green+Blue) = 115+100+205=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #7364CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364CD is #8C9B32. Grayscale: #747474. Windows color (decimal): -9214771 or 13460595. OLE color: 13460595.

HSL color Cylindrical-coordinate representation of color #7364CD: hue angle of 248.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7364CD is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115100205-
CMYK0.440.5100.20
HSL248.57º51.22%59.8%-
HSV(B)248.57º51.22%80.39%-
XYZ22.6517.1759.88-
YUV116.46177.97126.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=27.38%
G=23.81%
B=48.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151002050.440.5100.20248.5751.2259.8
Hex7364CD2C33014f9333c
Octal16314431554630243716374
Binary111001111001001100110110110011001101010011111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7364CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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