#745ACF

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

Shades of Slate Blue #745ACF

Tints of Slate Blue #745ACF

Color information

#745ACF (or 0x745ACF) is unknown color: approx Slate Blue. HEX triplet: 74, 5A and CF. RGB value is (116,90,207). Sum of RGB (Red+Green+Blue) = 116+90+207=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #745ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ACF is #8BA530. Grayscale: #6E6E6E. Windows color (decimal): -9151793 or 13589108. OLE color: 13589108.

HSL color Cylindrical-coordinate representation of color #745ACF: hue angle of 253.33º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745ACF is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11690207-
CMYK0.440.5700.19
HSL253.33º54.93%58.24%-
HSV(B)253.33º56.52%81.18%-
XYZ22.1215.5360.86-
YUV111.11182.11131.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 207 (81.25% from 255) = 50.12%
R=28.09%
G=21.79%
B=50.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116902070.440.5700.19253.3354.9358.24
Hex745ACF2C39013fd373a
Octal16413231754710233756772
Binary111010010110101100111110110011100101001111111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,90,207); }

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

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

 a { background-color: rgb(116,90,207); }

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

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

 span { border-color: rgb(116,90,207); }

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