Shades of Portage #9099CD
Tints of Portage #9099CD
RGB
CMYK
RGB Variations
Color information
#9099CD (or 0x9099CD) is known color: Portage. HEX triplet: 90, 99 and CD. RGB value is (144,153,205). Sum of RGB (Red+Green+Blue) = 144+153+205=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9099CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099CD is #6F6632. Grayscale: #9C9C9C. Windows color (decimal): -7300659 or 13474192. OLE color: 13474192.
HSL color Cylindrical-coordinate representation of color #9099CD: hue angle of 231.15º 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 #9099CD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 153 | 205 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.20 |
| HSL | 231.15º | 0.38% | 0.68% | - |
| HSV(B) | 231.15º | 0.3% | 0.8% | - |
| XYZ | 33.91 | 33.12 | 62.36 | - |
| YUV | 156.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 205 | 0.30 | 0.25 | 0 | 0.20 | 231.15 | 0.38 | 0.68 |
| Hex | 90 | 99 | CD | 1E | 19 | 0 | 14 | E7 | 26 | 44 |
| Octal | 220 | 231 | 315 | 36 | 31 | 0 | 24 | 347 | 46 | 104 |
| Binary | 10010000 | 10011001 | 11001101 | 11110 | 11001 | 0 | 10100 | 11100111 | 100110 | 1000100 |
Color Harmonies of #9099CD
Complementary color
Monochromatic Colors of #9099CD
Black with #9099CD
Text Example
Text Example
White with #9099CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099CD; }
p { color: rgb(144,153,205); }
H1.HeaderClassName
{
color: #9099CD;
}
.AnyTagClassName
{
color: #9099CD;
}
</style>
background-color css
<style>
a { background-color: #9099CD; }
a { background-color: rgb(144,153,205); }
div.DivClassName
{
background-color: #9099CD;
}
.BgClassName
{
background-color: #9099CD;
}
</style>
border-color css
<style>
span { border-color: #9099CD; }
span { border-color: rgb(144,153,205); }
td.TdClassName
{
border-color: #9099CD;
}
.TagClassName
{
border-color: #9099CD;
}
</style>