#745FC4

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

Shades of Slate Blue #745FC4

Tints of Slate Blue #745FC4

Color information

#745FC4 (or 0x745FC4) is unknown color: approx Slate Blue. HEX triplet: 74, 5F and C4. RGB value is (116,95,196). Sum of RGB (Red+Green+Blue) = 116+95+196=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 196 - color contains mainly: blue. Hex color #745FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FC4 is #8BA03B. Grayscale: #707070. Windows color (decimal): -9150524 or 12869492. OLE color: 12869492.

HSL color Cylindrical-coordinate representation of color #745FC4: hue angle of 252.48º degrees, saturation: 0.46, 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 #745FC4 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11695196-
CMYK0.410.5200.23
HSL252.48º46.12%57.06%-
HSV(B)252.48º51.53%76.86%-
XYZ21.2615.8854.17-
YUV112.79174.96130.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 196 (76.95% from 255) = 48.16%
R=28.50%
G=23.34%
B=48.16%

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
Decimal116951960.410.5200.23252.4846.1257.06
Hex745FC42934017fc2e39
Octal16413730451640273745671
Binary111010010111111100010010100111010001011111111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,95,196); }

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

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

 a { background-color: rgb(116,95,196); }

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

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

 span { border-color: rgb(116,95,196); }

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