Shades of Scampi #745BA8
Tints of Scampi #745BA8
RGB
CMYK
RGB Variations
Color information
#745BA8 (or 0x745BA8) is known color: Scampi. HEX triplet: 74, 5B and A8. RGB value is (116,91,168). Sum of RGB (Red+Green+Blue) = 116+91+168=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #745BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745BA8 is #8BA457. Grayscale: #6A6A6A. Windows color (decimal): -9151576 or 11033460. OLE color: 11033460.
HSL color Cylindrical-coordinate representation of color #745BA8: hue angle of 259.48º 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 #745BA8 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 91 | 168 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.34 |
| HSL | 259.48º | 0.31% | 0.51% | - |
| HSV(B) | 259.48º | 0.46% | 0.66% | - |
| XYZ | 18.01 | 14.02 | 38.8 | - |
| YUV | 107.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 168 | 0.31 | 0.46 | 0 | 0.34 | 259.48 | 0.31 | 0.51 |
| Hex | 74 | 5B | A8 | 1F | 2E | 0 | 22 | 103 | 1F | 33 |
| Octal | 164 | 133 | 250 | 37 | 56 | 0 | 42 | 403 | 37 | 63 |
| Binary | 1110100 | 1011011 | 10101000 | 11111 | 101110 | 0 | 100010 | 100000011 | 11111 | 110011 |
Color Harmonies of #745BA8
Complementary color
Monochromatic Colors of #745BA8
Black with #745BA8
Text Example
Text Example
White with #745BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BA8; }
p { color: rgb(116,91,168); }
H1.HeaderClassName
{
color: #745BA8;
}
.AnyTagClassName
{
color: #745BA8;
}
</style>
background-color css
<style>
a { background-color: #745BA8; }
a { background-color: rgb(116,91,168); }
div.DivClassName
{
background-color: #745BA8;
}
.BgClassName
{
background-color: #745BA8;
}
</style>
border-color css
<style>
span { border-color: #745BA8; }
span { border-color: rgb(116,91,168); }
td.TdClassName
{
border-color: #745BA8;
}
.TagClassName
{
border-color: #745BA8;
}
</style>