Shades of Scampi #745BA4
Tints of Scampi #745BA4
RGB
CMYK
RGB Variations
Color information
#745BA4 (or 0x745BA4) is known color: Scampi. HEX triplet: 74, 5B and A4. RGB value is (116,91,164). Sum of RGB (Red+Green+Blue) = 116+91+164=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #745BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745BA4 is #8BA45B. Grayscale: #6A6A6A. Windows color (decimal): -9151580 or 10771316. OLE color: 10771316.
HSL color Cylindrical-coordinate representation of color #745BA4: hue angle of 260.55º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #745BA4 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 91 | 164 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.36 |
| HSL | 260.55º | 0.29% | 0.5% | - |
| HSV(B) | 260.55º | 0.45% | 0.64% | - |
| XYZ | 17.64 | 13.88 | 36.87 | - |
| YUV | 106.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 164 | 0.29 | 0.45 | 0 | 0.36 | 260.55 | 0.29 | 0.5 |
| Hex | 74 | 5B | A4 | 1D | 2D | 0 | 24 | 105 | 1D | 32 |
| Octal | 164 | 133 | 244 | 35 | 55 | 0 | 44 | 405 | 35 | 62 |
| Binary | 1110100 | 1011011 | 10100100 | 11101 | 101101 | 0 | 100100 | 100000101 | 11101 | 110010 |
Color Harmonies of #745BA4
Complementary color
Monochromatic Colors of #745BA4
Black with #745BA4
Text Example
Text Example
White with #745BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BA4; }
p { color: rgb(116,91,164); }
H1.HeaderClassName
{
color: #745BA4;
}
.AnyTagClassName
{
color: #745BA4;
}
</style>
background-color css
<style>
a { background-color: #745BA4; }
a { background-color: rgb(116,91,164); }
div.DivClassName
{
background-color: #745BA4;
}
.BgClassName
{
background-color: #745BA4;
}
</style>
border-color css
<style>
span { border-color: #745BA4; }
span { border-color: rgb(116,91,164); }
td.TdClassName
{
border-color: #745BA4;
}
.TagClassName
{
border-color: #745BA4;
}
</style>