#745E99

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

Shades of Scampi #745E99

Tints of Scampi #745E99

Color information

#745E99 (or 0x745E99) is unknown color: approx Scampi. HEX triplet: 74, 5E and 99. RGB value is (116,94,153). Sum of RGB (Red+Green+Blue) = 116+94+153=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #745E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E99 is #8BA166. Grayscale: #6B6B6B. Windows color (decimal): -9150823 or 10051188. OLE color: 10051188.

HSL color Cylindrical-coordinate representation of color #745E99: hue angle of 262.37º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #745E99 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11694153-
CMYK0.240.3900.4
HSL262.37º23.89%48.43%-
HSV(B)262.37º38.56%60%-
XYZ16.9514.0231.95-
YUV107.3153.79134.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=31.96%
G=25.90%
B=42.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116941530.240.3900.4262.3723.8948.43
Hex745E9918270281061830
Octal16413623130470504063060
Binary111010010111101001100111000100111010100010000011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,94,153); }

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

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

 a { background-color: rgb(116,94,153); }

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

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

 span { border-color: rgb(116,94,153); }

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