Shades of Portage #9192DF
Tints of Portage #9192DF
RGB
CMYK
RGB Variations
Color information
#9192DF (or 0x9192DF) is known color: Portage. HEX triplet: 91, 92 and DF. RGB value is (145,146,223). Sum of RGB (Red+Green+Blue) = 145+146+223=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #9192DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9192DF is #6E6D20. Grayscale: #9A9A9A. Windows color (decimal): -7236897 or 14652049. OLE color: 14652049.
HSL color Cylindrical-coordinate representation of color #9192DF: hue angle of 239.23º 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 #9192DF is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 146 | 223 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.13 |
| HSL | 239.23º | 0.55% | 0.72% | - |
| HSV(B) | 239.23º | 0.35% | 0.87% | - |
| XYZ | 35.28 | 31.91 | 74.11 | - |
| YUV | 154.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 223 | 0.35 | 0.35 | 0 | 0.13 | 239.23 | 0.55 | 0.72 |
| Hex | 91 | 92 | DF | 23 | 23 | 0 | D | EF | 37 | 48 |
| Octal | 221 | 222 | 337 | 43 | 43 | 0 | 15 | 357 | 67 | 110 |
| Binary | 10010001 | 10010010 | 11011111 | 100011 | 100011 | 0 | 1101 | 11101111 | 110111 | 1001000 |
Color Harmonies of #9192DF
Complementary color
Monochromatic Colors of #9192DF
Black with #9192DF
Text Example
Text Example
White with #9192DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9192DF; }
p { color: rgb(145,146,223); }
H1.HeaderClassName
{
color: #9192DF;
}
.AnyTagClassName
{
color: #9192DF;
}
</style>
background-color css
<style>
a { background-color: #9192DF; }
a { background-color: rgb(145,146,223); }
div.DivClassName
{
background-color: #9192DF;
}
.BgClassName
{
background-color: #9192DF;
}
</style>
border-color css
<style>
span { border-color: #9192DF; }
span { border-color: rgb(145,146,223); }
td.TdClassName
{
border-color: #9192DF;
}
.TagClassName
{
border-color: #9192DF;
}
</style>