Shades of Portage #9293DF
Tints of Portage #9293DF
RGB
CMYK
RGB Variations
Color information
#9293DF (or 0x9293DF) is known color: Portage. HEX triplet: 92, 93 and DF. RGB value is (146,147,223). Sum of RGB (Red+Green+Blue) = 146+147+223=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #9293DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9293DF is #6D6C20. Grayscale: #9B9B9B. Windows color (decimal): -7171105 or 14652306. OLE color: 14652306.
HSL color Cylindrical-coordinate representation of color #9293DF: hue angle of 239.22º 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 #9293DF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 147 | 223 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.13 |
| HSL | 239.22º | 0.55% | 0.72% | - |
| HSV(B) | 239.22º | 0.35% | 0.87% | - |
| XYZ | 35.61 | 32.31 | 74.17 | - |
| YUV | 155.37 | 166.17 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 223 | 0.35 | 0.34 | 0 | 0.13 | 239.22 | 0.55 | 0.72 |
| Hex | 92 | 93 | DF | 23 | 22 | 0 | D | EF | 37 | 48 |
| Octal | 222 | 223 | 337 | 43 | 42 | 0 | 15 | 357 | 67 | 110 |
| Binary | 10010010 | 10010011 | 11011111 | 100011 | 100010 | 0 | 1101 | 11101111 | 110111 | 1001000 |
Color Harmonies of #9293DF
Complementary color
Monochromatic Colors of #9293DF
Black with #9293DF
Text Example
Text Example
White with #9293DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9293DF; }
p { color: rgb(146,147,223); }
H1.HeaderClassName
{
color: #9293DF;
}
.AnyTagClassName
{
color: #9293DF;
}
</style>
background-color css
<style>
a { background-color: #9293DF; }
a { background-color: rgb(146,147,223); }
div.DivClassName
{
background-color: #9293DF;
}
.BgClassName
{
background-color: #9293DF;
}
</style>
border-color css
<style>
span { border-color: #9293DF; }
span { border-color: rgb(146,147,223); }
td.TdClassName
{
border-color: #9293DF;
}
.TagClassName
{
border-color: #9293DF;
}
</style>