Shades of Portage #9299D0
Tints of Portage #9299D0
RGB
CMYK
RGB Variations
Color information
#9299D0 (or 0x9299D0) is known color: Portage. HEX triplet: 92, 99 and D0. RGB value is (146,153,208). Sum of RGB (Red+Green+Blue) = 146+153+208=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #9299D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299D0 is #6D662F. Grayscale: #9C9C9C. Windows color (decimal): -7169584 or 13670802. OLE color: 13670802.
HSL color Cylindrical-coordinate representation of color #9299D0: hue angle of 233.23º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9299D0 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 153 | 208 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.18 |
| HSL | 233.23º | 0.4% | 0.69% | - |
| HSV(B) | 233.23º | 0.3% | 0.82% | - |
| XYZ | 34.63 | 33.45 | 64.31 | - |
| YUV | 157.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 208 | 0.30 | 0.26 | 0 | 0.18 | 233.23 | 0.4 | 0.69 |
| Hex | 92 | 99 | D0 | 1E | 1A | 0 | 12 | E9 | 28 | 45 |
| Octal | 222 | 231 | 320 | 36 | 32 | 0 | 22 | 351 | 50 | 105 |
| Binary | 10010010 | 10011001 | 11010000 | 11110 | 11010 | 0 | 10010 | 11101001 | 101000 | 1000101 |
Color Harmonies of #9299D0
Complementary color
Monochromatic Colors of #9299D0
Black with #9299D0
Text Example
Text Example
White with #9299D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299D0; }
p { color: rgb(146,153,208); }
H1.HeaderClassName
{
color: #9299D0;
}
.AnyTagClassName
{
color: #9299D0;
}
</style>
background-color css
<style>
a { background-color: #9299D0; }
a { background-color: rgb(146,153,208); }
div.DivClassName
{
background-color: #9299D0;
}
.BgClassName
{
background-color: #9299D0;
}
</style>
border-color css
<style>
span { border-color: #9299D0; }
span { border-color: rgb(146,153,208); }
td.TdClassName
{
border-color: #9299D0;
}
.TagClassName
{
border-color: #9299D0;
}
</style>