Shades of Portage #9292DF
Tints of Portage #9292DF
RGB
CMYK
RGB Variations
Color information
#9292DF (or 0x9292DF) is known color: Portage. HEX triplet: 92, 92 and DF. RGB value is (146,146,223). Sum of RGB (Red+Green+Blue) = 146+146+223=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #9292DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9292DF is #6D6D20. Grayscale: #9A9A9A. Windows color (decimal): -7171361 or 14652050. OLE color: 14652050.
HSL color Cylindrical-coordinate representation of color #9292DF: hue angle of 240º 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 #9292DF is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 146 | 223 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.13 |
| HSL | 240º | 0.55% | 0.72% | - |
| HSV(B) | 240º | 0.35% | 0.87% | - |
| XYZ | 35.45 | 32 | 74.12 | - |
| YUV | 154.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 223 | 0.35 | 0.35 | 0 | 0.13 | 240 | 0.55 | 0.72 |
| Hex | 92 | 92 | DF | 23 | 23 | 0 | D | F0 | 37 | 48 |
| Octal | 222 | 222 | 337 | 43 | 43 | 0 | 15 | 360 | 67 | 110 |
| Binary | 10010010 | 10010010 | 11011111 | 100011 | 100011 | 0 | 1101 | 11110000 | 110111 | 1001000 |
Color Harmonies of #9292DF
Complementary color
Monochromatic Colors of #9292DF
Black with #9292DF
Text Example
Text Example
White with #9292DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292DF; }
p { color: rgb(146,146,223); }
H1.HeaderClassName
{
color: #9292DF;
}
.AnyTagClassName
{
color: #9292DF;
}
</style>
background-color css
<style>
a { background-color: #9292DF; }
a { background-color: rgb(146,146,223); }
div.DivClassName
{
background-color: #9292DF;
}
.BgClassName
{
background-color: #9292DF;
}
</style>
border-color css
<style>
span { border-color: #9292DF; }
span { border-color: rgb(146,146,223); }
td.TdClassName
{
border-color: #9292DF;
}
.TagClassName
{
border-color: #9292DF;
}
</style>