Shades of Portage #9299D5
Tints of Portage #9299D5
RGB
CMYK
RGB Variations
Color information
#9299D5 (or 0x9299D5) is known color: Portage. HEX triplet: 92, 99 and D5. RGB value is (146,153,213). Sum of RGB (Red+Green+Blue) = 146+153+213=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #9299D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299D5 is #6D662A. Grayscale: #9D9D9D. Windows color (decimal): -7169579 or 13998482. OLE color: 13998482.
HSL color Cylindrical-coordinate representation of color #9299D5: hue angle of 233.73º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9299D5 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 153 | 213 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.16 |
| HSL | 233.73º | 0.44% | 0.7% | - |
| HSV(B) | 233.73º | 0.31% | 0.84% | - |
| XYZ | 35.26 | 33.7 | 67.6 | - |
| YUV | 157.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 213 | 0.31 | 0.28 | 0 | 0.16 | 233.73 | 0.44 | 0.7 |
| Hex | 92 | 99 | D5 | 1F | 1C | 0 | 10 | EA | 2C | 46 |
| Octal | 222 | 231 | 325 | 37 | 34 | 0 | 20 | 352 | 54 | 106 |
| Binary | 10010010 | 10011001 | 11010101 | 11111 | 11100 | 0 | 10000 | 11101010 | 101100 | 1000110 |
Color Harmonies of #9299D5
Complementary color
Monochromatic Colors of #9299D5
Black with #9299D5
Text Example
Text Example
White with #9299D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299D5; }
p { color: rgb(146,153,213); }
H1.HeaderClassName
{
color: #9299D5;
}
.AnyTagClassName
{
color: #9299D5;
}
</style>
background-color css
<style>
a { background-color: #9299D5; }
a { background-color: rgb(146,153,213); }
div.DivClassName
{
background-color: #9299D5;
}
.BgClassName
{
background-color: #9299D5;
}
</style>
border-color css
<style>
span { border-color: #9299D5; }
span { border-color: rgb(146,153,213); }
td.TdClassName
{
border-color: #9299D5;
}
.TagClassName
{
border-color: #9299D5;
}
</style>