Shades of Portage #9295DD
Tints of Portage #9295DD
RGB
CMYK
RGB Variations
Color information
#9295DD (or 0x9295DD) is known color: Portage. HEX triplet: 92, 95 and DD. RGB value is (146,149,221). Sum of RGB (Red+Green+Blue) = 146+149+221=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #9295DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295DD is #6D6A22. Grayscale: #9C9C9C. Windows color (decimal): -7170595 or 14521746. OLE color: 14521746.
HSL color Cylindrical-coordinate representation of color #9295DD: hue angle of 237.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9295DD is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 149 | 221 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.13 |
| HSL | 237.6º | 0.52% | 0.72% | - |
| HSV(B) | 237.6º | 0.34% | 0.87% | - |
| XYZ | 35.65 | 32.83 | 72.86 | - |
| YUV | 156.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 221 | 0.34 | 0.33 | 0 | 0.13 | 237.6 | 0.52 | 0.72 |
| Hex | 92 | 95 | DD | 22 | 21 | 0 | D | EE | 34 | 48 |
| Octal | 222 | 225 | 335 | 42 | 41 | 0 | 15 | 356 | 64 | 110 |
| Binary | 10010010 | 10010101 | 11011101 | 100010 | 100001 | 0 | 1101 | 11101110 | 110100 | 1001000 |
Color Harmonies of #9295DD
Complementary color
Monochromatic Colors of #9295DD
Black with #9295DD
Text Example
Text Example
White with #9295DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295DD; }
p { color: rgb(146,149,221); }
H1.HeaderClassName
{
color: #9295DD;
}
.AnyTagClassName
{
color: #9295DD;
}
</style>
background-color css
<style>
a { background-color: #9295DD; }
a { background-color: rgb(146,149,221); }
div.DivClassName
{
background-color: #9295DD;
}
.BgClassName
{
background-color: #9295DD;
}
</style>
border-color css
<style>
span { border-color: #9295DD; }
span { border-color: rgb(146,149,221); }
td.TdClassName
{
border-color: #9295DD;
}
.TagClassName
{
border-color: #9295DD;
}
</style>