Shades of Portage #969BDE
Tints of Portage #969BDE
RGB
CMYK
RGB Variations
Color information
#969BDE (or 0x969BDE) is known color: Portage. HEX triplet: 96, 9B and DE. RGB value is (150,155,222). Sum of RGB (Red+Green+Blue) = 150+155+222=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #969BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BDE is #696421. Grayscale: #A0A0A0. Windows color (decimal): -6906914 or 14588822. OLE color: 14588822.
HSL color Cylindrical-coordinate representation of color #969BDE: hue angle of 235.83º 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 #969BDE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 155 | 222 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.13 |
| HSL | 235.83º | 0.52% | 0.73% | - |
| HSV(B) | 235.83º | 0.32% | 0.87% | - |
| XYZ | 37.48 | 35.2 | 73.93 | - |
| YUV | 161.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 222 | 0.32 | 0.30 | 0 | 0.13 | 235.83 | 0.52 | 0.73 |
| Hex | 96 | 9B | DE | 20 | 1E | 0 | D | EC | 34 | 49 |
| Octal | 226 | 233 | 336 | 40 | 36 | 0 | 15 | 354 | 64 | 111 |
| Binary | 10010110 | 10011011 | 11011110 | 100000 | 11110 | 0 | 1101 | 11101100 | 110100 | 1001001 |
Color Harmonies of #969BDE
Complementary color
Monochromatic Colors of #969BDE
Black with #969BDE
Text Example
Text Example
White with #969BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BDE; }
p { color: rgb(150,155,222); }
H1.HeaderClassName
{
color: #969BDE;
}
.AnyTagClassName
{
color: #969BDE;
}
</style>
background-color css
<style>
a { background-color: #969BDE; }
a { background-color: rgb(150,155,222); }
div.DivClassName
{
background-color: #969BDE;
}
.BgClassName
{
background-color: #969BDE;
}
</style>
border-color css
<style>
span { border-color: #969BDE; }
span { border-color: rgb(150,155,222); }
td.TdClassName
{
border-color: #969BDE;
}
.TagClassName
{
border-color: #969BDE;
}
</style>