Shades of Portage #969ADD
Tints of Portage #969ADD
RGB
CMYK
RGB Variations
Color information
#969ADD (or 0x969ADD) is known color: Portage. HEX triplet: 96, 9A and DD. RGB value is (150,154,221). Sum of RGB (Red+Green+Blue) = 150+154+221=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #969ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ADD is #696522. Grayscale: #A0A0A0. Windows color (decimal): -6907171 or 14523030. OLE color: 14523030.
HSL color Cylindrical-coordinate representation of color #969ADD: hue angle of 236.62º 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 #969ADD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 154 | 221 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.13 |
| HSL | 236.62º | 0.51% | 0.73% | - |
| HSV(B) | 236.62º | 0.32% | 0.87% | - |
| XYZ | 37.18 | 34.82 | 73.17 | - |
| YUV | 160.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 221 | 0.32 | 0.30 | 0 | 0.13 | 236.62 | 0.51 | 0.73 |
| Hex | 96 | 9A | DD | 20 | 1E | 0 | D | ED | 33 | 49 |
| Octal | 226 | 232 | 335 | 40 | 36 | 0 | 15 | 355 | 63 | 111 |
| Binary | 10010110 | 10011010 | 11011101 | 100000 | 11110 | 0 | 1101 | 11101101 | 110011 | 1001001 |
Color Harmonies of #969ADD
Complementary color
Monochromatic Colors of #969ADD
Black with #969ADD
Text Example
Text Example
White with #969ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969ADD; }
p { color: rgb(150,154,221); }
H1.HeaderClassName
{
color: #969ADD;
}
.AnyTagClassName
{
color: #969ADD;
}
</style>
background-color css
<style>
a { background-color: #969ADD; }
a { background-color: rgb(150,154,221); }
div.DivClassName
{
background-color: #969ADD;
}
.BgClassName
{
background-color: #969ADD;
}
</style>
border-color css
<style>
span { border-color: #969ADD; }
span { border-color: rgb(150,154,221); }
td.TdClassName
{
border-color: #969ADD;
}
.TagClassName
{
border-color: #969ADD;
}
</style>