Shades of Scampi #7469A4
Tints of Scampi #7469A4
RGB
CMYK
RGB Variations
Color information
#7469A4 (or 0x7469A4) is known color: Scampi. HEX triplet: 74, 69 and A4. RGB value is (116,105,164). Sum of RGB (Red+Green+Blue) = 116+105+164=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #7469A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7469A4 is #8B965B. Grayscale: #727272. Windows color (decimal): -9147996 or 10774900. OLE color: 10774900.
HSL color Cylindrical-coordinate representation of color #7469A4: hue angle of 251.19º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7469A4 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 105 | 164 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.36 |
| HSL | 251.19º | 0.24% | 0.53% | - |
| HSV(B) | 251.19º | 0.36% | 0.64% | - |
| XYZ | 18.95 | 16.5 | 37.31 | - |
| YUV | 115.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 164 | 0.29 | 0.36 | 0 | 0.36 | 251.19 | 0.24 | 0.53 |
| Hex | 74 | 69 | A4 | 1D | 24 | 0 | 24 | FB | 18 | 35 |
| Octal | 164 | 151 | 244 | 35 | 44 | 0 | 44 | 373 | 30 | 65 |
| Binary | 1110100 | 1101001 | 10100100 | 11101 | 100100 | 0 | 100100 | 11111011 | 11000 | 110101 |
Color Harmonies of #7469A4
Complementary color
Monochromatic Colors of #7469A4
Black with #7469A4
Text Example
Text Example
White with #7469A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7469A4; }
p { color: rgb(116,105,164); }
H1.HeaderClassName
{
color: #7469A4;
}
.AnyTagClassName
{
color: #7469A4;
}
</style>
background-color css
<style>
a { background-color: #7469A4; }
a { background-color: rgb(116,105,164); }
div.DivClassName
{
background-color: #7469A4;
}
.BgClassName
{
background-color: #7469A4;
}
</style>
border-color css
<style>
span { border-color: #7469A4; }
span { border-color: rgb(116,105,164); }
td.TdClassName
{
border-color: #7469A4;
}
.TagClassName
{
border-color: #7469A4;
}
</style>