#745EC5

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

Shades of Slate Blue #745EC5

Tints of Slate Blue #745EC5

Color information

#745EC5 (or 0x745EC5) is unknown color: approx Slate Blue. HEX triplet: 74, 5E and C5. RGB value is (116,94,197). Sum of RGB (Red+Green+Blue) = 116+94+197=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #745EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EC5 is #8BA13A. Grayscale: #6F6F6F. Windows color (decimal): -9150779 or 12934772. OLE color: 12934772.

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

Color convert

RGB11694197-
CMYK0.410.5200.23
HSL252.82º47.03%57.06%-
HSV(B)252.82º52.28%77.25%-
XYZ21.2815.7554.74-
YUV112.32175.79130.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 197 (77.34% from 255) = 48.40%
R=28.50%
G=23.10%
B=48.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116941970.410.5200.23252.8247.0357.06
Hex745EC52934017fd2f39
Octal16413630551640273755771
Binary111010010111101100010110100111010001011111111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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