#745AD7

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

Shades of Slate Blue #745AD7

Tints of Slate Blue #745AD7

Color information

#745AD7 (or 0x745AD7) is unknown color: approx Slate Blue. HEX triplet: 74, 5A and D7. RGB value is (116,90,215). Sum of RGB (Red+Green+Blue) = 116+90+215=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #745AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745AD7 is #8BA528. Grayscale: #6F6F6F. Windows color (decimal): -9151785 or 14113396. OLE color: 14113396.

HSL color Cylindrical-coordinate representation of color #745AD7: hue angle of 252.48º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745AD7 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11690215-
CMYK0.460.5800.16
HSL252.48º60.98%59.8%-
HSV(B)252.48º58.14%84.31%-
XYZ23.1215.9366.15-
YUV112.02186.11130.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 215 (84.38% from 255) = 51.07%
R=27.55%
G=21.38%
B=51.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116902150.460.5800.16252.4860.9859.8
Hex745AD72E3A010fc3d3c
Octal16413232756720203747574
Binary111010010110101101011110111011101001000011111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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