Shades of Portage #9298DF
Tints of Portage #9298DF
RGB
CMYK
RGB Variations
Color information
#9298DF (or 0x9298DF) is known color: Portage. HEX triplet: 92, 98 and DF. RGB value is (146,152,223). Sum of RGB (Red+Green+Blue) = 146+152+223=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9298DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298DF is #6D6720. Grayscale: #9E9E9E. Windows color (decimal): -7169825 or 14653586. OLE color: 14653586.
HSL color Cylindrical-coordinate representation of color #9298DF: hue angle of 235.32º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9298DF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 152 | 223 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.13 |
| HSL | 235.32º | 0.55% | 0.72% | - |
| HSV(B) | 235.32º | 0.35% | 0.87% | - |
| XYZ | 36.4 | 33.9 | 74.44 | - |
| YUV | 158.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 223 | 0.35 | 0.32 | 0 | 0.13 | 235.32 | 0.55 | 0.72 |
| Hex | 92 | 98 | DF | 23 | 20 | 0 | D | EB | 37 | 48 |
| Octal | 222 | 230 | 337 | 43 | 40 | 0 | 15 | 353 | 67 | 110 |
| Binary | 10010010 | 10011000 | 11011111 | 100011 | 100000 | 0 | 1101 | 11101011 | 110111 | 1001000 |
Color Harmonies of #9298DF
Complementary color
Monochromatic Colors of #9298DF
Black with #9298DF
Text Example
Text Example
White with #9298DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298DF; }
p { color: rgb(146,152,223); }
H1.HeaderClassName
{
color: #9298DF;
}
.AnyTagClassName
{
color: #9298DF;
}
</style>
background-color css
<style>
a { background-color: #9298DF; }
a { background-color: rgb(146,152,223); }
div.DivClassName
{
background-color: #9298DF;
}
.BgClassName
{
background-color: #9298DF;
}
</style>
border-color css
<style>
span { border-color: #9298DF; }
span { border-color: rgb(146,152,223); }
td.TdClassName
{
border-color: #9298DF;
}
.TagClassName
{
border-color: #9298DF;
}
</style>