Shades of Portage #9194DF
Tints of Portage #9194DF
RGB
CMYK
RGB Variations
Color information
#9194DF (or 0x9194DF) is known color: Portage. HEX triplet: 91, 94 and DF. RGB value is (145,148,223). Sum of RGB (Red+Green+Blue) = 145+148+223=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 148 (58.20% from 255 or 28.68% 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 #9194DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9194DF is #6E6B20. Grayscale: #9B9B9B. Windows color (decimal): -7236385 or 14652561. OLE color: 14652561.
HSL color Cylindrical-coordinate representation of color #9194DF: hue angle of 237.69º 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 #9194DF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 148 | 223 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.13 |
| HSL | 237.69º | 0.55% | 0.72% | - |
| HSV(B) | 237.69º | 0.35% | 0.87% | - |
| XYZ | 35.59 | 32.53 | 74.21 | - |
| YUV | 155.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 223 | 0.35 | 0.34 | 0 | 0.13 | 237.69 | 0.55 | 0.72 |
| Hex | 91 | 94 | DF | 23 | 22 | 0 | D | EE | 37 | 48 |
| Octal | 221 | 224 | 337 | 43 | 42 | 0 | 15 | 356 | 67 | 110 |
| Binary | 10010001 | 10010100 | 11011111 | 100011 | 100010 | 0 | 1101 | 11101110 | 110111 | 1001000 |
Color Harmonies of #9194DF
Complementary color
Monochromatic Colors of #9194DF
Black with #9194DF
Text Example
Text Example
White with #9194DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9194DF; }
p { color: rgb(145,148,223); }
H1.HeaderClassName
{
color: #9194DF;
}
.AnyTagClassName
{
color: #9194DF;
}
</style>
background-color css
<style>
a { background-color: #9194DF; }
a { background-color: rgb(145,148,223); }
div.DivClassName
{
background-color: #9194DF;
}
.BgClassName
{
background-color: #9194DF;
}
</style>
border-color css
<style>
span { border-color: #9194DF; }
span { border-color: rgb(145,148,223); }
td.TdClassName
{
border-color: #9194DF;
}
.TagClassName
{
border-color: #9194DF;
}
</style>