Shades of Portage #969ADE
Tints of Portage #969ADE
RGB
CMYK
RGB Variations
Color information
#969ADE (or 0x969ADE) is known color: Portage. HEX triplet: 96, 9A and DE. RGB value is (150,154,222). Sum of RGB (Red+Green+Blue) = 150+154+222=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #969ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ADE is #696521. Grayscale: #A0A0A0. Windows color (decimal): -6907170 or 14588566. OLE color: 14588566.
HSL color Cylindrical-coordinate representation of color #969ADE: hue angle of 236.67º degrees, saturation: 0.52, 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 #969ADE is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 154 | 222 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.13 |
| HSL | 236.67º | 0.52% | 0.73% | - |
| HSV(B) | 236.67º | 0.32% | 0.87% | - |
| XYZ | 37.32 | 34.87 | 73.87 | - |
| YUV | 160.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 222 | 0.32 | 0.31 | 0 | 0.13 | 236.67 | 0.52 | 0.73 |
| Hex | 96 | 9A | DE | 20 | 1F | 0 | D | ED | 34 | 49 |
| Octal | 226 | 232 | 336 | 40 | 37 | 0 | 15 | 355 | 64 | 111 |
| Binary | 10010110 | 10011010 | 11011110 | 100000 | 11111 | 0 | 1101 | 11101101 | 110100 | 1001001 |
Color Harmonies of #969ADE
Complementary color
Monochromatic Colors of #969ADE
Black with #969ADE
Text Example
Text Example
White with #969ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969ADE; }
p { color: rgb(150,154,222); }
H1.HeaderClassName
{
color: #969ADE;
}
.AnyTagClassName
{
color: #969ADE;
}
</style>
background-color css
<style>
a { background-color: #969ADE; }
a { background-color: rgb(150,154,222); }
div.DivClassName
{
background-color: #969ADE;
}
.BgClassName
{
background-color: #969ADE;
}
</style>
border-color css
<style>
span { border-color: #969ADE; }
span { border-color: rgb(150,154,222); }
td.TdClassName
{
border-color: #969ADE;
}
.TagClassName
{
border-color: #969ADE;
}
</style>