Shades of Portage #969FDD
Tints of Portage #969FDD
RGB
CMYK
RGB Variations
Color information
#969FDD (or 0x969FDD) is known color: Portage. HEX triplet: 96, 9F and DD. RGB value is (150,159,221). Sum of RGB (Red+Green+Blue) = 150+159+221=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #969FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FDD is #696022. Grayscale: #A3A3A3. Windows color (decimal): -6905891 or 14524310. OLE color: 14524310.
HSL color Cylindrical-coordinate representation of color #969FDD: hue angle of 232.39º 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 #969FDD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 159 | 221 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.13 |
| HSL | 232.39º | 0.51% | 0.73% | - |
| HSV(B) | 232.39º | 0.32% | 0.87% | - |
| XYZ | 38.03 | 36.5 | 73.45 | - |
| YUV | 163.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 221 | 0.32 | 0.28 | 0 | 0.13 | 232.39 | 0.51 | 0.73 |
| Hex | 96 | 9F | DD | 20 | 1C | 0 | D | E8 | 33 | 49 |
| Octal | 226 | 237 | 335 | 40 | 34 | 0 | 15 | 350 | 63 | 111 |
| Binary | 10010110 | 10011111 | 11011101 | 100000 | 11100 | 0 | 1101 | 11101000 | 110011 | 1001001 |
Color Harmonies of #969FDD
Complementary color
Monochromatic Colors of #969FDD
Black with #969FDD
Text Example
Text Example
White with #969FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969FDD; }
p { color: rgb(150,159,221); }
H1.HeaderClassName
{
color: #969FDD;
}
.AnyTagClassName
{
color: #969FDD;
}
</style>
background-color css
<style>
a { background-color: #969FDD; }
a { background-color: rgb(150,159,221); }
div.DivClassName
{
background-color: #969FDD;
}
.BgClassName
{
background-color: #969FDD;
}
</style>
border-color css
<style>
span { border-color: #969FDD; }
span { border-color: rgb(150,159,221); }
td.TdClassName
{
border-color: #969FDD;
}
.TagClassName
{
border-color: #969FDD;
}
</style>