Shades of Portage #9299DB
Tints of Portage #9299DB
RGB
CMYK
RGB Variations
Color information
#9299DB (or 0x9299DB) is known color: Portage. HEX triplet: 92, 99 and DB. RGB value is (146,153,219). Sum of RGB (Red+Green+Blue) = 146+153+219=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9299DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299DB is #6D6624. Grayscale: #9E9E9E. Windows color (decimal): -7169573 or 14391698. OLE color: 14391698.
HSL color Cylindrical-coordinate representation of color #9299DB: hue angle of 234.25º 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 #9299DB is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 153 | 219 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.14 |
| HSL | 234.25º | 0.5% | 0.72% | - |
| HSV(B) | 234.25º | 0.33% | 0.86% | - |
| XYZ | 36.03 | 34.01 | 71.68 | - |
| YUV | 158.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 219 | 0.33 | 0.30 | 0 | 0.14 | 234.25 | 0.5 | 0.72 |
| Hex | 92 | 99 | DB | 21 | 1E | 0 | E | EA | 32 | 48 |
| Octal | 222 | 231 | 333 | 41 | 36 | 0 | 16 | 352 | 62 | 110 |
| Binary | 10010010 | 10011001 | 11011011 | 100001 | 11110 | 0 | 1110 | 11101010 | 110010 | 1001000 |
Color Harmonies of #9299DB
Complementary color
Monochromatic Colors of #9299DB
Black with #9299DB
Text Example
Text Example
White with #9299DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299DB; }
p { color: rgb(146,153,219); }
H1.HeaderClassName
{
color: #9299DB;
}
.AnyTagClassName
{
color: #9299DB;
}
</style>
background-color css
<style>
a { background-color: #9299DB; }
a { background-color: rgb(146,153,219); }
div.DivClassName
{
background-color: #9299DB;
}
.BgClassName
{
background-color: #9299DB;
}
</style>
border-color css
<style>
span { border-color: #9299DB; }
span { border-color: rgb(146,153,219); }
td.TdClassName
{
border-color: #9299DB;
}
.TagClassName
{
border-color: #9299DB;
}
</style>