Shades of Scampi #745AA5
Tints of Scampi #745AA5
RGB
CMYK
RGB Variations
Color information
#745AA5 (or 0x745AA5) is known color: Scampi. HEX triplet: 74, 5A and A5. RGB value is (116,90,165). Sum of RGB (Red+Green+Blue) = 116+90+165=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #745AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AA5 is #8BA55A. Grayscale: #6A6A6A. Windows color (decimal): -9151835 or 10836596. OLE color: 10836596.
HSL color Cylindrical-coordinate representation of color #745AA5: hue angle of 260.8º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #745AA5 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 90 | 165 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.35 |
| HSL | 260.8º | 0.29% | 0.5% | - |
| HSV(B) | 260.8º | 0.45% | 0.65% | - |
| XYZ | 17.65 | 13.74 | 37.32 | - |
| YUV | 106.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 165 | 0.30 | 0.45 | 0 | 0.35 | 260.8 | 0.29 | 0.5 |
| Hex | 74 | 5A | A5 | 1E | 2D | 0 | 23 | 105 | 1D | 32 |
| Octal | 164 | 132 | 245 | 36 | 55 | 0 | 43 | 405 | 35 | 62 |
| Binary | 1110100 | 1011010 | 10100101 | 11110 | 101101 | 0 | 100011 | 100000101 | 11101 | 110010 |
Color Harmonies of #745AA5
Complementary color
Monochromatic Colors of #745AA5
Black with #745AA5
Text Example
Text Example
White with #745AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AA5; }
p { color: rgb(116,90,165); }
H1.HeaderClassName
{
color: #745AA5;
}
.AnyTagClassName
{
color: #745AA5;
}
</style>
background-color css
<style>
a { background-color: #745AA5; }
a { background-color: rgb(116,90,165); }
div.DivClassName
{
background-color: #745AA5;
}
.BgClassName
{
background-color: #745AA5;
}
</style>
border-color css
<style>
span { border-color: #745AA5; }
span { border-color: rgb(116,90,165); }
td.TdClassName
{
border-color: #745AA5;
}
.TagClassName
{
border-color: #745AA5;
}
</style>