#745ACA

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

Shades of Slate Blue #745ACA

Tints of Slate Blue #745ACA

Color information

#745ACA (or 0x745ACA) is unknown color: approx Slate Blue. HEX triplet: 74, 5A and CA. RGB value is (116,90,202). Sum of RGB (Red+Green+Blue) = 116+90+202=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #745ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ACA is #8BA535. Grayscale: #6E6E6E. Windows color (decimal): -9151798 or 13261428. OLE color: 13261428.

HSL color Cylindrical-coordinate representation of color #745ACA: hue angle of 253.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745ACA is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11690202-
CMYK0.430.5500.21
HSL253.93º51.38%57.25%-
HSV(B)253.93º55.45%79.22%-
XYZ21.5215.2957.69-
YUV110.54179.61131.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 90 (35.55% from 255) = 22.06%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=28.43%
G=22.06%
B=49.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116902020.430.5500.21253.9351.3857.25
Hex745ACA2B37015fe3339
Octal16413231253670253766371
Binary111010010110101100101010101111011101010111111110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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