Shades of Scampi #745BA9
Tints of Scampi #745BA9
RGB
CMYK
RGB Variations
Color information
#745BA9 (or 0x745BA9) is known color: 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
| RGB | 116 | 91 | 169 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.34 |
| HSL | 259.23º | 0.31% | 0.51% | - |
| HSV(B) | 259.23º | 0.46% | 0.66% | - |
| XYZ | 18.1 | 14.06 | 39.3 | - |
| YUV | 107.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 169 | 0.31 | 0.46 | 0 | 0.34 | 259.23 | 0.31 | 0.51 |
| Hex | 74 | 5B | A9 | 1F | 2E | 0 | 22 | 103 | 1F | 33 |
| Octal | 164 | 133 | 251 | 37 | 56 | 0 | 42 | 403 | 37 | 63 |
| Binary | 1110100 | 1011011 | 10101001 | 11111 | 101110 | 0 | 100010 | 100000011 | 11111 | 110011 |
Color Harmonies of #745BA9
Complementary color
Monochromatic Colors of #745BA9
Black with #745BA9
Text Example
Text Example
White with #745BA9
Text Example
Text Example
HTML Codes & Css Web 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>