Shades of Portage #9699DD
Tints of Portage #9699DD
RGB
CMYK
RGB Variations
Color information
#9699DD (or 0x9699DD) is known color: Portage. HEX triplet: 96, 99 and DD. RGB value is (150,153,221). Sum of RGB (Red+Green+Blue) = 150+153+221=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9699DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699DD is #696622. Grayscale: #9F9F9F. Windows color (decimal): -6907427 or 14522774. OLE color: 14522774.
HSL color Cylindrical-coordinate representation of color #9699DD: hue angle of 237.46º 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 #9699DD is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 153 | 221 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.13 |
| HSL | 237.46º | 0.51% | 0.73% | - |
| HSV(B) | 237.46º | 0.32% | 0.87% | - |
| XYZ | 37.02 | 34.49 | 73.11 | - |
| YUV | 159.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 221 | 0.32 | 0.31 | 0 | 0.13 | 237.46 | 0.51 | 0.73 |
| Hex | 96 | 99 | DD | 20 | 1F | 0 | D | ED | 33 | 49 |
| Octal | 226 | 231 | 335 | 40 | 37 | 0 | 15 | 355 | 63 | 111 |
| Binary | 10010110 | 10011001 | 11011101 | 100000 | 11111 | 0 | 1101 | 11101101 | 110011 | 1001001 |
Color Harmonies of #9699DD
Complementary color
Monochromatic Colors of #9699DD
Black with #9699DD
Text Example
Text Example
White with #9699DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699DD; }
p { color: rgb(150,153,221); }
H1.HeaderClassName
{
color: #9699DD;
}
.AnyTagClassName
{
color: #9699DD;
}
</style>
background-color css
<style>
a { background-color: #9699DD; }
a { background-color: rgb(150,153,221); }
div.DivClassName
{
background-color: #9699DD;
}
.BgClassName
{
background-color: #9699DD;
}
</style>
border-color css
<style>
span { border-color: #9699DD; }
span { border-color: rgb(150,153,221); }
td.TdClassName
{
border-color: #9699DD;
}
.TagClassName
{
border-color: #9699DD;
}
</style>