Shades of Scampi #72659B
Tints of Scampi #72659B
RGB
CMYK
RGB Variations
Color information
#72659B (or 0x72659B) is known color: Scampi. HEX triplet: 72, 65 and 9B. RGB value is (114,101,155). Sum of RGB (Red+Green+Blue) = 114+101+155=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #72659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72659B is #8D9A64. Grayscale: #6E6E6E. Windows color (decimal): -9280101 or 10184050. OLE color: 10184050.
HSL color Cylindrical-coordinate representation of color #72659B: hue angle of 254.44º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72659B is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 101 | 155 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.39 |
| HSL | 254.44º | 0.21% | 0.5% | - |
| HSV(B) | 254.44º | 0.35% | 0.61% | - |
| XYZ | 17.51 | 15.25 | 33.03 | - |
| YUV | 111.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 155 | 0.26 | 0.35 | 0 | 0.39 | 254.44 | 0.21 | 0.5 |
| Hex | 72 | 65 | 9B | 1A | 23 | 0 | 27 | FE | 15 | 32 |
| Octal | 162 | 145 | 233 | 32 | 43 | 0 | 47 | 376 | 25 | 62 |
| Binary | 1110010 | 1100101 | 10011011 | 11010 | 100011 | 0 | 100111 | 11111110 | 10101 | 110010 |
Color Harmonies of #72659B
Complementary color
Monochromatic Colors of #72659B
Black with #72659B
Text Example
Text Example
White with #72659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72659B; }
p { color: rgb(114,101,155); }
H1.HeaderClassName
{
color: #72659B;
}
.AnyTagClassName
{
color: #72659B;
}
</style>
background-color css
<style>
a { background-color: #72659B; }
a { background-color: rgb(114,101,155); }
div.DivClassName
{
background-color: #72659B;
}
.BgClassName
{
background-color: #72659B;
}
</style>
border-color css
<style>
span { border-color: #72659B; }
span { border-color: rgb(114,101,155); }
td.TdClassName
{
border-color: #72659B;
}
.TagClassName
{
border-color: #72659B;
}
</style>