Shades of Portage #9198D0
Tints of Portage #9198D0
RGB
CMYK
RGB Variations
Color information
#9198D0 (or 0x9198D0) is known color: Portage. HEX triplet: 91, 98 and D0. RGB value is (145,152,208). Sum of RGB (Red+Green+Blue) = 145+152+208=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #9198D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198D0 is #6E672F. Grayscale: #9C9C9C. Windows color (decimal): -7235376 or 13670545. OLE color: 13670545.
HSL color Cylindrical-coordinate representation of color #9198D0: hue angle of 233.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9198D0 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 152 | 208 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.18 |
| HSL | 233.33º | 0.4% | 0.69% | - |
| HSV(B) | 233.33º | 0.3% | 0.82% | - |
| XYZ | 34.29 | 33.03 | 64.24 | - |
| YUV | 156.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 208 | 0.30 | 0.27 | 0 | 0.18 | 233.33 | 0.4 | 0.69 |
| Hex | 91 | 98 | D0 | 1E | 1B | 0 | 12 | E9 | 28 | 45 |
| Octal | 221 | 230 | 320 | 36 | 33 | 0 | 22 | 351 | 50 | 105 |
| Binary | 10010001 | 10011000 | 11010000 | 11110 | 11011 | 0 | 10010 | 11101001 | 101000 | 1000101 |
Color Harmonies of #9198D0
Complementary color
Monochromatic Colors of #9198D0
Black with #9198D0
Text Example
Text Example
White with #9198D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198D0; }
p { color: rgb(145,152,208); }
H1.HeaderClassName
{
color: #9198D0;
}
.AnyTagClassName
{
color: #9198D0;
}
</style>
background-color css
<style>
a { background-color: #9198D0; }
a { background-color: rgb(145,152,208); }
div.DivClassName
{
background-color: #9198D0;
}
.BgClassName
{
background-color: #9198D0;
}
</style>
border-color css
<style>
span { border-color: #9198D0; }
span { border-color: rgb(145,152,208); }
td.TdClassName
{
border-color: #9198D0;
}
.TagClassName
{
border-color: #9198D0;
}
</style>