Shades of Portage #9296DB
Tints of Portage #9296DB
RGB
CMYK
RGB Variations
Color information
#9296DB (or 0x9296DB) is known color: Portage. HEX triplet: 92, 96 and DB. RGB value is (146,150,219). Sum of RGB (Red+Green+Blue) = 146+150+219=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #9296DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296DB is #6D6924. Grayscale: #9C9C9C. Windows color (decimal): -7170341 or 14390930. OLE color: 14390930.
HSL color Cylindrical-coordinate representation of color #9296DB: hue angle of 236.71º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9296DB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 150 | 219 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.14 |
| HSL | 236.71º | 0.5% | 0.72% | - |
| HSV(B) | 236.71º | 0.33% | 0.86% | - |
| XYZ | 35.55 | 33.04 | 71.52 | - |
| YUV | 156.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 219 | 0.33 | 0.32 | 0 | 0.14 | 236.71 | 0.5 | 0.72 |
| Hex | 92 | 96 | DB | 21 | 20 | 0 | E | ED | 32 | 48 |
| Octal | 222 | 226 | 333 | 41 | 40 | 0 | 16 | 355 | 62 | 110 |
| Binary | 10010010 | 10010110 | 11011011 | 100001 | 100000 | 0 | 1110 | 11101101 | 110010 | 1001000 |
Color Harmonies of #9296DB
Complementary color
Monochromatic Colors of #9296DB
Black with #9296DB
Text Example
Text Example
White with #9296DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9296DB; }
p { color: rgb(146,150,219); }
H1.HeaderClassName
{
color: #9296DB;
}
.AnyTagClassName
{
color: #9296DB;
}
</style>
background-color css
<style>
a { background-color: #9296DB; }
a { background-color: rgb(146,150,219); }
div.DivClassName
{
background-color: #9296DB;
}
.BgClassName
{
background-color: #9296DB;
}
</style>
border-color css
<style>
span { border-color: #9296DB; }
span { border-color: rgb(146,150,219); }
td.TdClassName
{
border-color: #9296DB;
}
.TagClassName
{
border-color: #9296DB;
}
</style>