Shades of Scampi #74679B
Tints of Scampi #74679B
RGB
CMYK
RGB Variations
Color information
#74679B (or 0x74679B) is known color: Scampi. HEX triplet: 74, 67 and 9B. RGB value is (116,103,155). Sum of RGB (Red+Green+Blue) = 116+103+155=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #74679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74679B is #8B9864. Grayscale: #707070. Windows color (decimal): -9148517 or 10184564. OLE color: 10184564.
HSL color Cylindrical-coordinate representation of color #74679B: hue angle of 255º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74679B is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 103 | 155 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.39 |
| HSL | 255º | 0.21% | 0.51% | - |
| HSV(B) | 255º | 0.34% | 0.61% | - |
| XYZ | 17.97 | 15.78 | 33.11 | - |
| YUV | 112.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 155 | 0.25 | 0.34 | 0 | 0.39 | 255 | 0.21 | 0.51 |
| Hex | 74 | 67 | 9B | 19 | 22 | 0 | 27 | FF | 15 | 33 |
| Octal | 164 | 147 | 233 | 31 | 42 | 0 | 47 | 377 | 25 | 63 |
| Binary | 1110100 | 1100111 | 10011011 | 11001 | 100010 | 0 | 100111 | 11111111 | 10101 | 110011 |
Color Harmonies of #74679B
Complementary color
Monochromatic Colors of #74679B
Black with #74679B
Text Example
Text Example
White with #74679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74679B; }
p { color: rgb(116,103,155); }
H1.HeaderClassName
{
color: #74679B;
}
.AnyTagClassName
{
color: #74679B;
}
</style>
background-color css
<style>
a { background-color: #74679B; }
a { background-color: rgb(116,103,155); }
div.DivClassName
{
background-color: #74679B;
}
.BgClassName
{
background-color: #74679B;
}
</style>
border-color css
<style>
span { border-color: #74679B; }
span { border-color: rgb(116,103,155); }
td.TdClassName
{
border-color: #74679B;
}
.TagClassName
{
border-color: #74679B;
}
</style>