Shades of Portage #9198DF
Tints of Portage #9198DF
RGB
CMYK
RGB Variations
Color information
#9198DF (or 0x9198DF) is known color: Portage. HEX triplet: 91, 98 and DF. RGB value is (145,152,223). Sum of RGB (Red+Green+Blue) = 145+152+223=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9198DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198DF is #6E6720. Grayscale: #9D9D9D. Windows color (decimal): -7235361 or 14653585. OLE color: 14653585.
HSL color Cylindrical-coordinate representation of color #9198DF: hue angle of 234.62º 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 #9198DF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 152 | 223 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.13 |
| HSL | 234.62º | 0.55% | 0.72% | - |
| HSV(B) | 234.62º | 0.35% | 0.87% | - |
| XYZ | 36.22 | 33.8 | 74.43 | - |
| YUV | 158 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 223 | 0.35 | 0.32 | 0 | 0.13 | 234.62 | 0.55 | 0.72 |
| Hex | 91 | 98 | DF | 23 | 20 | 0 | D | EB | 37 | 48 |
| Octal | 221 | 230 | 337 | 43 | 40 | 0 | 15 | 353 | 67 | 110 |
| Binary | 10010001 | 10011000 | 11011111 | 100011 | 100000 | 0 | 1101 | 11101011 | 110111 | 1001000 |
Color Harmonies of #9198DF
Complementary color
Monochromatic Colors of #9198DF
Black with #9198DF
Text Example
Text Example
White with #9198DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198DF; }
p { color: rgb(145,152,223); }
H1.HeaderClassName
{
color: #9198DF;
}
.AnyTagClassName
{
color: #9198DF;
}
</style>
background-color css
<style>
a { background-color: #9198DF; }
a { background-color: rgb(145,152,223); }
div.DivClassName
{
background-color: #9198DF;
}
.BgClassName
{
background-color: #9198DF;
}
</style>
border-color css
<style>
span { border-color: #9198DF; }
span { border-color: rgb(145,152,223); }
td.TdClassName
{
border-color: #9198DF;
}
.TagClassName
{
border-color: #9198DF;
}
</style>