Shades of Portage #9299D6
Tints of Portage #9299D6
RGB
CMYK
RGB Variations
Color information
#9299D6 (or 0x9299D6) is known color: Portage. HEX triplet: 92, 99 and D6. RGB value is (146,153,214). Sum of RGB (Red+Green+Blue) = 146+153+214=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #9299D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299D6 is #6D6629. Grayscale: #9D9D9D. Windows color (decimal): -7169578 or 14064018. OLE color: 14064018.
HSL color Cylindrical-coordinate representation of color #9299D6: hue angle of 233.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9299D6 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 153 | 214 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.16 |
| HSL | 233.82º | 0.45% | 0.71% | - |
| HSV(B) | 233.82º | 0.32% | 0.84% | - |
| XYZ | 35.38 | 33.75 | 68.27 | - |
| YUV | 157.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 214 | 0.32 | 0.29 | 0 | 0.16 | 233.82 | 0.45 | 0.71 |
| Hex | 92 | 99 | D6 | 20 | 1D | 0 | 10 | EA | 2D | 47 |
| Octal | 222 | 231 | 326 | 40 | 35 | 0 | 20 | 352 | 55 | 107 |
| Binary | 10010010 | 10011001 | 11010110 | 100000 | 11101 | 0 | 10000 | 11101010 | 101101 | 1000111 |
Color Harmonies of #9299D6
Complementary color
Monochromatic Colors of #9299D6
Black with #9299D6
Text Example
Text Example
White with #9299D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299D6; }
p { color: rgb(146,153,214); }
H1.HeaderClassName
{
color: #9299D6;
}
.AnyTagClassName
{
color: #9299D6;
}
</style>
background-color css
<style>
a { background-color: #9299D6; }
a { background-color: rgb(146,153,214); }
div.DivClassName
{
background-color: #9299D6;
}
.BgClassName
{
background-color: #9299D6;
}
</style>
border-color css
<style>
span { border-color: #9299D6; }
span { border-color: rgb(146,153,214); }
td.TdClassName
{
border-color: #9299D6;
}
.TagClassName
{
border-color: #9299D6;
}
</style>