Shades of Scampi #74629B
Tints of Scampi #74629B
RGB
CMYK
RGB Variations
Color information
#74629B (or 0x74629B) is known color: Scampi. HEX triplet: 74, 62 and 9B. RGB value is (116,98,155). Sum of RGB (Red+Green+Blue) = 116+98+155=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #74629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74629B is #8B9D64. Grayscale: #6D6D6D. Windows color (decimal): -9149797 or 10183284. OLE color: 10183284.
HSL color Cylindrical-coordinate representation of color #74629B: hue angle of 258.95º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74629B is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 98 | 155 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.39 |
| HSL | 258.95º | 0.23% | 0.5% | - |
| HSV(B) | 258.95º | 0.37% | 0.61% | - |
| XYZ | 17.49 | 14.81 | 32.95 | - |
| YUV | 109.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 155 | 0.25 | 0.37 | 0 | 0.39 | 258.95 | 0.23 | 0.5 |
| Hex | 74 | 62 | 9B | 19 | 25 | 0 | 27 | 103 | 17 | 32 |
| Octal | 164 | 142 | 233 | 31 | 45 | 0 | 47 | 403 | 27 | 62 |
| Binary | 1110100 | 1100010 | 10011011 | 11001 | 100101 | 0 | 100111 | 100000011 | 10111 | 110010 |
Color Harmonies of #74629B
Complementary color
Monochromatic Colors of #74629B
Black with #74629B
Text Example
Text Example
White with #74629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74629B; }
p { color: rgb(116,98,155); }
H1.HeaderClassName
{
color: #74629B;
}
.AnyTagClassName
{
color: #74629B;
}
</style>
background-color css
<style>
a { background-color: #74629B; }
a { background-color: rgb(116,98,155); }
div.DivClassName
{
background-color: #74629B;
}
.BgClassName
{
background-color: #74629B;
}
</style>
border-color css
<style>
span { border-color: #74629B; }
span { border-color: rgb(116,98,155); }
td.TdClassName
{
border-color: #74629B;
}
.TagClassName
{
border-color: #74629B;
}
</style>