Shades of Portage #969BDB
Tints of Portage #969BDB
RGB
CMYK
RGB Variations
Color information
#969BDB (or 0x969BDB) is known color: Portage. HEX triplet: 96, 9B and DB. RGB value is (150,155,219). Sum of RGB (Red+Green+Blue) = 150+155+219=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #969BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BDB is #696424. Grayscale: #A0A0A0. Windows color (decimal): -6906917 or 14392214. OLE color: 14392214.
HSL color Cylindrical-coordinate representation of color #969BDB: hue angle of 235.65º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969BDB is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 155 | 219 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.14 |
| HSL | 235.65º | 0.49% | 0.72% | - |
| HSV(B) | 235.65º | 0.32% | 0.86% | - |
| XYZ | 37.09 | 35.04 | 71.83 | - |
| YUV | 160.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 219 | 0.32 | 0.29 | 0 | 0.14 | 235.65 | 0.49 | 0.72 |
| Hex | 96 | 9B | DB | 20 | 1D | 0 | E | EC | 31 | 48 |
| Octal | 226 | 233 | 333 | 40 | 35 | 0 | 16 | 354 | 61 | 110 |
| Binary | 10010110 | 10011011 | 11011011 | 100000 | 11101 | 0 | 1110 | 11101100 | 110001 | 1001000 |
Color Harmonies of #969BDB
Complementary color
Monochromatic Colors of #969BDB
Black with #969BDB
Text Example
Text Example
White with #969BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BDB; }
p { color: rgb(150,155,219); }
H1.HeaderClassName
{
color: #969BDB;
}
.AnyTagClassName
{
color: #969BDB;
}
</style>
background-color css
<style>
a { background-color: #969BDB; }
a { background-color: rgb(150,155,219); }
div.DivClassName
{
background-color: #969BDB;
}
.BgClassName
{
background-color: #969BDB;
}
</style>
border-color css
<style>
span { border-color: #969BDB; }
span { border-color: rgb(150,155,219); }
td.TdClassName
{
border-color: #969BDB;
}
.TagClassName
{
border-color: #969BDB;
}
</style>