#745DC5

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

Shades of Slate Blue #745DC5

Tints of Slate Blue #745DC5

Color information

#745DC5 (or 0x745DC5) is unknown color: approx Slate Blue. HEX triplet: 74, 5D and C5. RGB value is (116,93,197). Sum of RGB (Red+Green+Blue) = 116+93+197=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #745DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DC5 is #8BA23A. Grayscale: #6F6F6F. Windows color (decimal): -9151035 or 12934516. OLE color: 12934516.

HSL color Cylindrical-coordinate representation of color #745DC5: hue angle of 253.27º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745DC5 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11693197-
CMYK0.410.5300.23
HSL253.27º47.27%56.86%-
HSV(B)253.27º52.79%77.25%-
XYZ21.1915.5754.71-
YUV111.73176.12131.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 197 (77.34% from 255) = 48.52%
R=28.57%
G=22.91%
B=48.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116931970.410.5300.23253.2747.2756.86
Hex745DC52935017fd2f39
Octal16413530551650273755771
Binary111010010111011100010110100111010101011111111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745DC5; }

 p { color: rgb(116,93,197); }

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

<style>
 a { background-color: #745DC5; }

 a { background-color: rgb(116,93,197); }

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

<style>
 span { border-color: #745DC5; }

 span { border-color: rgb(116,93,197); }

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