Shades of Portage #969DDD
Tints of Portage #969DDD
RGB
CMYK
RGB Variations
Color information
#969DDD (or 0x969DDD) is known color: Portage. HEX triplet: 96, 9D and DD. RGB value is (150,157,221). Sum of RGB (Red+Green+Blue) = 150+157+221=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #969DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DDD is #696222. Grayscale: #A1A1A1. Windows color (decimal): -6906403 or 14523798. OLE color: 14523798.
HSL color Cylindrical-coordinate representation of color #969DDD: hue angle of 234.08º 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 #969DDD is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 157 | 221 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.13 |
| HSL | 234.08º | 0.51% | 0.73% | - |
| HSV(B) | 234.08º | 0.32% | 0.87% | - |
| XYZ | 37.69 | 35.82 | 73.33 | - |
| YUV | 162.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 221 | 0.32 | 0.29 | 0 | 0.13 | 234.08 | 0.51 | 0.73 |
| Hex | 96 | 9D | DD | 20 | 1D | 0 | D | EA | 33 | 49 |
| Octal | 226 | 235 | 335 | 40 | 35 | 0 | 15 | 352 | 63 | 111 |
| Binary | 10010110 | 10011101 | 11011101 | 100000 | 11101 | 0 | 1101 | 11101010 | 110011 | 1001001 |
Color Harmonies of #969DDD
Complementary color
Monochromatic Colors of #969DDD
Black with #969DDD
Text Example
Text Example
White with #969DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DDD; }
p { color: rgb(150,157,221); }
H1.HeaderClassName
{
color: #969DDD;
}
.AnyTagClassName
{
color: #969DDD;
}
</style>
background-color css
<style>
a { background-color: #969DDD; }
a { background-color: rgb(150,157,221); }
div.DivClassName
{
background-color: #969DDD;
}
.BgClassName
{
background-color: #969DDD;
}
</style>
border-color css
<style>
span { border-color: #969DDD; }
span { border-color: rgb(150,157,221); }
td.TdClassName
{
border-color: #969DDD;
}
.TagClassName
{
border-color: #969DDD;
}
</style>