Shades of Portage #96A2DD
Tints of Portage #96A2DD
RGB
CMYK
RGB Variations
Color information
#96A2DD (or 0x96A2DD) is known color: Portage. HEX triplet: 96, A2 and DD. RGB value is (150,162,221). Sum of RGB (Red+Green+Blue) = 150+162+221=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #96A2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2DD is #695D22. Grayscale: #A4A4A4. Windows color (decimal): -6905123 or 14525078. OLE color: 14525078.
HSL color Cylindrical-coordinate representation of color #96A2DD: hue angle of 229.86º 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 #96A2DD is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 162 | 221 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.13 |
| HSL | 229.86º | 0.51% | 0.73% | - |
| HSV(B) | 229.86º | 0.32% | 0.87% | - |
| XYZ | 38.55 | 37.55 | 73.62 | - |
| YUV | 165.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 221 | 0.32 | 0.27 | 0 | 0.13 | 229.86 | 0.51 | 0.73 |
| Hex | 96 | A2 | DD | 20 | 1B | 0 | D | E6 | 33 | 49 |
| Octal | 226 | 242 | 335 | 40 | 33 | 0 | 15 | 346 | 63 | 111 |
| Binary | 10010110 | 10100010 | 11011101 | 100000 | 11011 | 0 | 1101 | 11100110 | 110011 | 1001001 |
Color Harmonies of #96A2DD
Complementary color
Monochromatic Colors of #96A2DD
Black with #96A2DD
Text Example
Text Example
White with #96A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A2DD; }
p { color: rgb(150,162,221); }
H1.HeaderClassName
{
color: #96A2DD;
}
.AnyTagClassName
{
color: #96A2DD;
}
</style>
background-color css
<style>
a { background-color: #96A2DD; }
a { background-color: rgb(150,162,221); }
div.DivClassName
{
background-color: #96A2DD;
}
.BgClassName
{
background-color: #96A2DD;
}
</style>
border-color css
<style>
span { border-color: #96A2DD; }
span { border-color: rgb(150,162,221); }
td.TdClassName
{
border-color: #96A2DD;
}
.TagClassName
{
border-color: #96A2DD;
}
</style>