Shades of Portage #969BDD
Tints of Portage #969BDD
RGB
CMYK
RGB Variations
Color information
#969BDD (or 0x969BDD) is known color: Portage. HEX triplet: 96, 9B and DD. RGB value is (150,155,221). Sum of RGB (Red+Green+Blue) = 150+155+221=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #969BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BDD is #696422. Grayscale: #A0A0A0. Windows color (decimal): -6906915 or 14523286. OLE color: 14523286.
HSL color Cylindrical-coordinate representation of color #969BDD: hue angle of 235.77º 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 #969BDD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 155 | 221 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.13 |
| HSL | 235.77º | 0.51% | 0.73% | - |
| HSV(B) | 235.77º | 0.32% | 0.87% | - |
| XYZ | 37.35 | 35.15 | 73.22 | - |
| YUV | 161.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 221 | 0.32 | 0.30 | 0 | 0.13 | 235.77 | 0.51 | 0.73 |
| Hex | 96 | 9B | DD | 20 | 1E | 0 | D | EC | 33 | 49 |
| Octal | 226 | 233 | 335 | 40 | 36 | 0 | 15 | 354 | 63 | 111 |
| Binary | 10010110 | 10011011 | 11011101 | 100000 | 11110 | 0 | 1101 | 11101100 | 110011 | 1001001 |
Color Harmonies of #969BDD
Complementary color
Monochromatic Colors of #969BDD
Black with #969BDD
Text Example
Text Example
White with #969BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BDD; }
p { color: rgb(150,155,221); }
H1.HeaderClassName
{
color: #969BDD;
}
.AnyTagClassName
{
color: #969BDD;
}
</style>
background-color css
<style>
a { background-color: #969BDD; }
a { background-color: rgb(150,155,221); }
div.DivClassName
{
background-color: #969BDD;
}
.BgClassName
{
background-color: #969BDD;
}
</style>
border-color css
<style>
span { border-color: #969BDD; }
span { border-color: rgb(150,155,221); }
td.TdClassName
{
border-color: #969BDD;
}
.TagClassName
{
border-color: #969BDD;
}
</style>