Shades of Portage #969FDE
Tints of Portage #969FDE
RGB
CMYK
RGB Variations
Color information
#969FDE (or 0x969FDE) is known color: Portage. HEX triplet: 96, 9F and DE. RGB value is (150,159,222). Sum of RGB (Red+Green+Blue) = 150+159+222=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #969FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FDE is #696021. Grayscale: #A3A3A3. Windows color (decimal): -6905890 or 14589846. OLE color: 14589846.
HSL color Cylindrical-coordinate representation of color #969FDE: hue angle of 232.5º 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 #969FDE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 159 | 222 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.13 |
| HSL | 232.5º | 0.52% | 0.73% | - |
| HSV(B) | 232.5º | 0.32% | 0.87% | - |
| XYZ | 38.16 | 36.55 | 74.15 | - |
| YUV | 163.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 222 | 0.32 | 0.28 | 0 | 0.13 | 232.5 | 0.52 | 0.73 |
| Hex | 96 | 9F | DE | 20 | 1C | 0 | D | E8 | 34 | 49 |
| Octal | 226 | 237 | 336 | 40 | 34 | 0 | 15 | 350 | 64 | 111 |
| Binary | 10010110 | 10011111 | 11011110 | 100000 | 11100 | 0 | 1101 | 11101000 | 110100 | 1001001 |
Color Harmonies of #969FDE
Complementary color
Monochromatic Colors of #969FDE
Black with #969FDE
Text Example
Text Example
White with #969FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969FDE; }
p { color: rgb(150,159,222); }
H1.HeaderClassName
{
color: #969FDE;
}
.AnyTagClassName
{
color: #969FDE;
}
</style>
background-color css
<style>
a { background-color: #969FDE; }
a { background-color: rgb(150,159,222); }
div.DivClassName
{
background-color: #969FDE;
}
.BgClassName
{
background-color: #969FDE;
}
</style>
border-color css
<style>
span { border-color: #969FDE; }
span { border-color: rgb(150,159,222); }
td.TdClassName
{
border-color: #969FDE;
}
.TagClassName
{
border-color: #969FDE;
}
</style>