Shades of Portage #9295DB
Tints of Portage #9295DB
RGB
CMYK
RGB Variations
Color information
#9295DB (or 0x9295DB) is known color: Portage. HEX triplet: 92, 95 and DB. RGB value is (146,149,219). Sum of RGB (Red+Green+Blue) = 146+149+219=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9295DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295DB is #6D6A24. Grayscale: #9B9B9B. Windows color (decimal): -7170597 or 14390674. OLE color: 14390674.
HSL color Cylindrical-coordinate representation of color #9295DB: hue angle of 237.53º 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 #9295DB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 149 | 219 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.14 |
| HSL | 237.53º | 0.5% | 0.72% | - |
| HSV(B) | 237.53º | 0.33% | 0.86% | - |
| XYZ | 35.39 | 32.72 | 71.47 | - |
| YUV | 156.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 219 | 0.33 | 0.32 | 0 | 0.14 | 237.53 | 0.5 | 0.72 |
| Hex | 92 | 95 | DB | 21 | 20 | 0 | E | EE | 32 | 48 |
| Octal | 222 | 225 | 333 | 41 | 40 | 0 | 16 | 356 | 62 | 110 |
| Binary | 10010010 | 10010101 | 11011011 | 100001 | 100000 | 0 | 1110 | 11101110 | 110010 | 1001000 |
Color Harmonies of #9295DB
Complementary color
Monochromatic Colors of #9295DB
Black with #9295DB
Text Example
Text Example
White with #9295DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295DB; }
p { color: rgb(146,149,219); }
H1.HeaderClassName
{
color: #9295DB;
}
.AnyTagClassName
{
color: #9295DB;
}
</style>
background-color css
<style>
a { background-color: #9295DB; }
a { background-color: rgb(146,149,219); }
div.DivClassName
{
background-color: #9295DB;
}
.BgClassName
{
background-color: #9295DB;
}
</style>
border-color css
<style>
span { border-color: #9295DB; }
span { border-color: rgb(146,149,219); }
td.TdClassName
{
border-color: #9295DB;
}
.TagClassName
{
border-color: #9295DB;
}
</style>