Shades of Portage #9098CD
Tints of Portage #9098CD
RGB
CMYK
RGB Variations
Color information
#9098CD (or 0x9098CD) is known color: Portage. HEX triplet: 90, 98 and CD. RGB value is (144,152,205). Sum of RGB (Red+Green+Blue) = 144+152+205=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9098CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9098CD is #6F6732. Grayscale: #9B9B9B. Windows color (decimal): -7300915 or 13473936. OLE color: 13473936.
HSL color Cylindrical-coordinate representation of color #9098CD: hue angle of 232.13º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9098CD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 152 | 205 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.20 |
| HSL | 232.13º | 0.38% | 0.68% | - |
| HSV(B) | 232.13º | 0.3% | 0.8% | - |
| XYZ | 33.75 | 32.79 | 62.31 | - |
| YUV | 155.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 205 | 0.30 | 0.26 | 0 | 0.20 | 232.13 | 0.38 | 0.68 |
| Hex | 90 | 98 | CD | 1E | 1A | 0 | 14 | E8 | 26 | 44 |
| Octal | 220 | 230 | 315 | 36 | 32 | 0 | 24 | 350 | 46 | 104 |
| Binary | 10010000 | 10011000 | 11001101 | 11110 | 11010 | 0 | 10100 | 11101000 | 100110 | 1000100 |
Color Harmonies of #9098CD
Complementary color
Monochromatic Colors of #9098CD
Black with #9098CD
Text Example
Text Example
White with #9098CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9098CD; }
p { color: rgb(144,152,205); }
H1.HeaderClassName
{
color: #9098CD;
}
.AnyTagClassName
{
color: #9098CD;
}
</style>
background-color css
<style>
a { background-color: #9098CD; }
a { background-color: rgb(144,152,205); }
div.DivClassName
{
background-color: #9098CD;
}
.BgClassName
{
background-color: #9098CD;
}
</style>
border-color css
<style>
span { border-color: #9098CD; }
span { border-color: rgb(144,152,205); }
td.TdClassName
{
border-color: #9098CD;
}
.TagClassName
{
border-color: #9098CD;
}
</style>