Shades of Scampi #736CAF
Tints of Scampi #736CAF
RGB
CMYK
RGB Variations
Color information
#736CAF (or 0x736CAF) is known color: Scampi. HEX triplet: 73, 6C and AF. RGB value is (115,108,175). Sum of RGB (Red+Green+Blue) = 115+108+175=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #736CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736CAF is #8C9350. Grayscale: #757575. Windows color (decimal): -9212753 or 11496563. OLE color: 11496563.
HSL color Cylindrical-coordinate representation of color #736CAF: hue angle of 246.27º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #736CAF is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 108 | 175 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.31 |
| HSL | 246.27º | 0.3% | 0.55% | - |
| HSV(B) | 246.27º | 0.38% | 0.69% | - |
| XYZ | 20.17 | 17.47 | 42.87 | - |
| YUV | 117.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 175 | 0.34 | 0.38 | 0 | 0.31 | 246.27 | 0.3 | 0.55 |
| Hex | 73 | 6C | AF | 22 | 26 | 0 | 1F | F6 | 1E | 37 |
| Octal | 163 | 154 | 257 | 42 | 46 | 0 | 37 | 366 | 36 | 67 |
| Binary | 1110011 | 1101100 | 10101111 | 100010 | 100110 | 0 | 11111 | 11110110 | 11110 | 110111 |
Color Harmonies of #736CAF
Complementary color
Monochromatic Colors of #736CAF
Black with #736CAF
Text Example
Text Example
White with #736CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736CAF; }
p { color: rgb(115,108,175); }
H1.HeaderClassName
{
color: #736CAF;
}
.AnyTagClassName
{
color: #736CAF;
}
</style>
background-color css
<style>
a { background-color: #736CAF; }
a { background-color: rgb(115,108,175); }
div.DivClassName
{
background-color: #736CAF;
}
.BgClassName
{
background-color: #736CAF;
}
</style>
border-color css
<style>
span { border-color: #736CAF; }
span { border-color: rgb(115,108,175); }
td.TdClassName
{
border-color: #736CAF;
}
.TagClassName
{
border-color: #736CAF;
}
</style>