Shades of Portage #9099D3
Tints of Portage #9099D3
RGB
CMYK
RGB Variations
Color information
#9099D3 (or 0x9099D3) is known color: Portage. HEX triplet: 90, 99 and D3. RGB value is (144,153,211). Sum of RGB (Red+Green+Blue) = 144+153+211=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #9099D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099D3 is #6F662C. Grayscale: #9C9C9C. Windows color (decimal): -7300653 or 13867408. OLE color: 13867408.
HSL color Cylindrical-coordinate representation of color #9099D3: hue angle of 231.94º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9099D3 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 153 | 211 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.17 |
| HSL | 231.94º | 0.43% | 0.7% | - |
| HSV(B) | 231.94º | 0.32% | 0.83% | - |
| XYZ | 34.65 | 33.41 | 66.25 | - |
| YUV | 156.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 211 | 0.32 | 0.27 | 0 | 0.17 | 231.94 | 0.43 | 0.7 |
| Hex | 90 | 99 | D3 | 20 | 1B | 0 | 11 | E8 | 2B | 46 |
| Octal | 220 | 231 | 323 | 40 | 33 | 0 | 21 | 350 | 53 | 106 |
| Binary | 10010000 | 10011001 | 11010011 | 100000 | 11011 | 0 | 10001 | 11101000 | 101011 | 1000110 |
Color Harmonies of #9099D3
Complementary color
Monochromatic Colors of #9099D3
Black with #9099D3
Text Example
Text Example
White with #9099D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099D3; }
p { color: rgb(144,153,211); }
H1.HeaderClassName
{
color: #9099D3;
}
.AnyTagClassName
{
color: #9099D3;
}
</style>
background-color css
<style>
a { background-color: #9099D3; }
a { background-color: rgb(144,153,211); }
div.DivClassName
{
background-color: #9099D3;
}
.BgClassName
{
background-color: #9099D3;
}
</style>
border-color css
<style>
span { border-color: #9099D3; }
span { border-color: rgb(144,153,211); }
td.TdClassName
{
border-color: #9099D3;
}
.TagClassName
{
border-color: #9099D3;
}
</style>