Shades of Scampi #7268A4
Tints of Scampi #7268A4
RGB
CMYK
RGB Variations
Color information
#7268A4 (or 0x7268A4) is known color: Scampi. HEX triplet: 72, 68 and A4. RGB value is (114,104,164). Sum of RGB (Red+Green+Blue) = 114+104+164=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 164 - color contains mainly: blue. Hex color #7268A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7268A4 is #8D975B. Grayscale: #717171. Windows color (decimal): -9279324 or 10774642. OLE color: 10774642.
HSL color Cylindrical-coordinate representation of color #7268A4: hue angle of 250º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7268A4 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 104 | 164 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.36 |
| HSL | 250º | 0.25% | 0.53% | - |
| HSV(B) | 250º | 0.37% | 0.64% | - |
| XYZ | 18.59 | 16.16 | 37.26 | - |
| YUV | 113.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 164 | 0.30 | 0.37 | 0 | 0.36 | 250 | 0.25 | 0.53 |
| Hex | 72 | 68 | A4 | 1E | 25 | 0 | 24 | FA | 19 | 35 |
| Octal | 162 | 150 | 244 | 36 | 45 | 0 | 44 | 372 | 31 | 65 |
| Binary | 1110010 | 1101000 | 10100100 | 11110 | 100101 | 0 | 100100 | 11111010 | 11001 | 110101 |
Color Harmonies of #7268A4
Complementary color
Monochromatic Colors of #7268A4
Black with #7268A4
Text Example
Text Example
White with #7268A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268A4; }
p { color: rgb(114,104,164); }
H1.HeaderClassName
{
color: #7268A4;
}
.AnyTagClassName
{
color: #7268A4;
}
</style>
background-color css
<style>
a { background-color: #7268A4; }
a { background-color: rgb(114,104,164); }
div.DivClassName
{
background-color: #7268A4;
}
.BgClassName
{
background-color: #7268A4;
}
</style>
border-color css
<style>
span { border-color: #7268A4; }
span { border-color: rgb(114,104,164); }
td.TdClassName
{
border-color: #7268A4;
}
.TagClassName
{
border-color: #7268A4;
}
</style>