Shades of Portage #9099DC
Tints of Portage #9099DC
RGB
CMYK
RGB Variations
Color information
#9099DC (or 0x9099DC) is known color: Portage. HEX triplet: 90, 99 and DC. RGB value is (144,153,220). Sum of RGB (Red+Green+Blue) = 144+153+220=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9099DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099DC is #6F6623. Grayscale: #9D9D9D. Windows color (decimal): -7300644 or 14457232. OLE color: 14457232.
HSL color Cylindrical-coordinate representation of color #9099DC: hue angle of 232.89º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9099DC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 153 | 220 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.14 |
| HSL | 232.89º | 0.52% | 0.71% | - |
| HSV(B) | 232.89º | 0.35% | 0.86% | - |
| XYZ | 35.81 | 33.88 | 72.36 | - |
| YUV | 157.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 220 | 0.35 | 0.30 | 0 | 0.14 | 232.89 | 0.52 | 0.71 |
| Hex | 90 | 99 | DC | 23 | 1E | 0 | E | E9 | 34 | 47 |
| Octal | 220 | 231 | 334 | 43 | 36 | 0 | 16 | 351 | 64 | 107 |
| Binary | 10010000 | 10011001 | 11011100 | 100011 | 11110 | 0 | 1110 | 11101001 | 110100 | 1000111 |
Color Harmonies of #9099DC
Complementary color
Monochromatic Colors of #9099DC
Black with #9099DC
Text Example
Text Example
White with #9099DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099DC; }
p { color: rgb(144,153,220); }
H1.HeaderClassName
{
color: #9099DC;
}
.AnyTagClassName
{
color: #9099DC;
}
</style>
background-color css
<style>
a { background-color: #9099DC; }
a { background-color: rgb(144,153,220); }
div.DivClassName
{
background-color: #9099DC;
}
.BgClassName
{
background-color: #9099DC;
}
</style>
border-color css
<style>
span { border-color: #9099DC; }
span { border-color: rgb(144,153,220); }
td.TdClassName
{
border-color: #9099DC;
}
.TagClassName
{
border-color: #9099DC;
}
</style>