Shades of Portage #9198CF
Tints of Portage #9198CF
RGB
CMYK
RGB Variations
Color information
#9198CF (or 0x9198CF) is known color: Portage. HEX triplet: 91, 98 and CF. RGB value is (145,152,207). Sum of RGB (Red+Green+Blue) = 145+152+207=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #9198CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198CF is #6E6730. Grayscale: #9B9B9B. Windows color (decimal): -7235377 or 13605009. OLE color: 13605009.
HSL color Cylindrical-coordinate representation of color #9198CF: hue angle of 233.23º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9198CF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 152 | 207 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.19 |
| HSL | 233.23º | 0.39% | 0.69% | - |
| HSV(B) | 233.23º | 0.3% | 0.81% | - |
| XYZ | 34.17 | 32.98 | 63.6 | - |
| YUV | 156.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 207 | 0.30 | 0.27 | 0 | 0.19 | 233.23 | 0.39 | 0.69 |
| Hex | 91 | 98 | CF | 1E | 1B | 0 | 13 | E9 | 27 | 45 |
| Octal | 221 | 230 | 317 | 36 | 33 | 0 | 23 | 351 | 47 | 105 |
| Binary | 10010001 | 10011000 | 11001111 | 11110 | 11011 | 0 | 10011 | 11101001 | 100111 | 1000101 |
Color Harmonies of #9198CF
Complementary color
Monochromatic Colors of #9198CF
Black with #9198CF
Text Example
Text Example
White with #9198CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198CF; }
p { color: rgb(145,152,207); }
H1.HeaderClassName
{
color: #9198CF;
}
.AnyTagClassName
{
color: #9198CF;
}
</style>
background-color css
<style>
a { background-color: #9198CF; }
a { background-color: rgb(145,152,207); }
div.DivClassName
{
background-color: #9198CF;
}
.BgClassName
{
background-color: #9198CF;
}
</style>
border-color css
<style>
span { border-color: #9198CF; }
span { border-color: rgb(145,152,207); }
td.TdClassName
{
border-color: #9198CF;
}
.TagClassName
{
border-color: #9198CF;
}
</style>