#745BA9

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

Shades of Scampi #745BA9

Tints of Scampi #745BA9

Color information

#745BA9 (or 0x745BA9) is unknown color: approx Scampi. HEX triplet: 74, 5B and A9. RGB value is (116,91,169). Sum of RGB (Red+Green+Blue) = 116+91+169=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #745BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745BA9 is #8BA456. Grayscale: #6B6B6B. Windows color (decimal): -9151575 or 11098996. OLE color: 11098996.

HSL color Cylindrical-coordinate representation of color #745BA9: hue angle of 259.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745BA9 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11691169-
CMYK0.310.4600.34
HSL259.23º31.2%50.98%-
HSV(B)259.23º46.15%66.27%-
XYZ18.114.0639.3-
YUV107.37162.78134.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 169 (66.41% from 255) = 44.95%
R=30.85%
G=24.20%
B=44.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116911690.310.4600.34259.2331.250.98
Hex745BA91F2E0221031f33
Octal16413325137560424033763
Binary111010010110111010100111111101110010001010000001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,91,169); }

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

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

 a { background-color: rgb(116,91,169); }

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

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

 span { border-color: rgb(116,91,169); }

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