Shades of Portage #9294DF
Tints of Portage #9294DF
RGB
CMYK
RGB Variations
Color information
#9294DF (or 0x9294DF) is known color: Portage. HEX triplet: 92, 94 and DF. RGB value is (146,148,223). Sum of RGB (Red+Green+Blue) = 146+148+223=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #9294DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9294DF is #6D6B20. Grayscale: #9B9B9B. Windows color (decimal): -7170849 or 14652562. OLE color: 14652562.
HSL color Cylindrical-coordinate representation of color #9294DF: hue angle of 238.44º 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 #9294DF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 148 | 223 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.13 |
| HSL | 238.44º | 0.55% | 0.72% | - |
| HSV(B) | 238.44º | 0.35% | 0.87% | - |
| XYZ | 35.76 | 32.62 | 74.22 | - |
| YUV | 155.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 223 | 0.35 | 0.34 | 0 | 0.13 | 238.44 | 0.55 | 0.72 |
| Hex | 92 | 94 | DF | 23 | 22 | 0 | D | EE | 37 | 48 |
| Octal | 222 | 224 | 337 | 43 | 42 | 0 | 15 | 356 | 67 | 110 |
| Binary | 10010010 | 10010100 | 11011111 | 100011 | 100010 | 0 | 1101 | 11101110 | 110111 | 1001000 |
Color Harmonies of #9294DF
Complementary color
Monochromatic Colors of #9294DF
Black with #9294DF
Text Example
Text Example
White with #9294DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9294DF; }
p { color: rgb(146,148,223); }
H1.HeaderClassName
{
color: #9294DF;
}
.AnyTagClassName
{
color: #9294DF;
}
</style>
background-color css
<style>
a { background-color: #9294DF; }
a { background-color: rgb(146,148,223); }
div.DivClassName
{
background-color: #9294DF;
}
.BgClassName
{
background-color: #9294DF;
}
</style>
border-color css
<style>
span { border-color: #9294DF; }
span { border-color: rgb(146,148,223); }
td.TdClassName
{
border-color: #9294DF;
}
.TagClassName
{
border-color: #9294DF;
}
</style>