Shades of Portage #9195DF
Tints of Portage #9195DF
RGB
CMYK
RGB Variations
Color information
#9195DF (or 0x9195DF) is known color: Portage. HEX triplet: 91, 95 and DF. RGB value is (145,149,223). Sum of RGB (Red+Green+Blue) = 145+149+223=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 149 (58.59% from 255 or 28.82% 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 #9195DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195DF is #6E6A20. Grayscale: #9B9B9B. Windows color (decimal): -7236129 or 14652817. OLE color: 14652817.
HSL color Cylindrical-coordinate representation of color #9195DF: hue angle of 236.92º 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 #9195DF is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 149 | 223 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.13 |
| HSL | 236.92º | 0.55% | 0.72% | - |
| HSV(B) | 236.92º | 0.35% | 0.87% | - |
| XYZ | 35.74 | 32.84 | 74.27 | - |
| YUV | 156.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 223 | 0.35 | 0.33 | 0 | 0.13 | 236.92 | 0.55 | 0.72 |
| Hex | 91 | 95 | DF | 23 | 21 | 0 | D | ED | 37 | 48 |
| Octal | 221 | 225 | 337 | 43 | 41 | 0 | 15 | 355 | 67 | 110 |
| Binary | 10010001 | 10010101 | 11011111 | 100011 | 100001 | 0 | 1101 | 11101101 | 110111 | 1001000 |
Color Harmonies of #9195DF
Complementary color
Monochromatic Colors of #9195DF
Black with #9195DF
Text Example
Text Example
White with #9195DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9195DF; }
p { color: rgb(145,149,223); }
H1.HeaderClassName
{
color: #9195DF;
}
.AnyTagClassName
{
color: #9195DF;
}
</style>
background-color css
<style>
a { background-color: #9195DF; }
a { background-color: rgb(145,149,223); }
div.DivClassName
{
background-color: #9195DF;
}
.BgClassName
{
background-color: #9195DF;
}
</style>
border-color css
<style>
span { border-color: #9195DF; }
span { border-color: rgb(145,149,223); }
td.TdClassName
{
border-color: #9195DF;
}
.TagClassName
{
border-color: #9195DF;
}
</style>