Shades of Portage #9698DD
Tints of Portage #9698DD
RGB
CMYK
RGB Variations
Color information
#9698DD (or 0x9698DD) is known color: Portage. HEX triplet: 96, 98 and DD. RGB value is (150,152,221). Sum of RGB (Red+Green+Blue) = 150+152+221=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #9698DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698DD is #696722. Grayscale: #9E9E9E. Windows color (decimal): -6907683 or 14522518. OLE color: 14522518.
HSL color Cylindrical-coordinate representation of color #9698DD: hue angle of 238.31º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9698DD is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 152 | 221 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.13 |
| HSL | 238.31º | 0.51% | 0.73% | - |
| HSV(B) | 238.31º | 0.32% | 0.87% | - |
| XYZ | 36.86 | 34.16 | 73.06 | - |
| YUV | 159.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 221 | 0.32 | 0.31 | 0 | 0.13 | 238.31 | 0.51 | 0.73 |
| Hex | 96 | 98 | DD | 20 | 1F | 0 | D | EE | 33 | 49 |
| Octal | 226 | 230 | 335 | 40 | 37 | 0 | 15 | 356 | 63 | 111 |
| Binary | 10010110 | 10011000 | 11011101 | 100000 | 11111 | 0 | 1101 | 11101110 | 110011 | 1001001 |
Color Harmonies of #9698DD
Complementary color
Monochromatic Colors of #9698DD
Black with #9698DD
Text Example
Text Example
White with #9698DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698DD; }
p { color: rgb(150,152,221); }
H1.HeaderClassName
{
color: #9698DD;
}
.AnyTagClassName
{
color: #9698DD;
}
</style>
background-color css
<style>
a { background-color: #9698DD; }
a { background-color: rgb(150,152,221); }
div.DivClassName
{
background-color: #9698DD;
}
.BgClassName
{
background-color: #9698DD;
}
</style>
border-color css
<style>
span { border-color: #9698DD; }
span { border-color: rgb(150,152,221); }
td.TdClassName
{
border-color: #9698DD;
}
.TagClassName
{
border-color: #9698DD;
}
</style>