Shades of Portage #969CDB
Tints of Portage #969CDB
RGB
CMYK
RGB Variations
Color information
#969CDB (or 0x969CDB) is known color: Portage. HEX triplet: 96, 9C and DB. RGB value is (150,156,219). Sum of RGB (Red+Green+Blue) = 150+156+219=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #969CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CDB is #696324. Grayscale: #A1A1A1. Windows color (decimal): -6906661 or 14392470. OLE color: 14392470.
HSL color Cylindrical-coordinate representation of color #969CDB: hue angle of 234.78º 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 #969CDB is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 156 | 219 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.14 |
| HSL | 234.78º | 0.49% | 0.72% | - |
| HSV(B) | 234.78º | 0.32% | 0.86% | - |
| XYZ | 37.25 | 35.38 | 71.88 | - |
| YUV | 161.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 219 | 0.32 | 0.29 | 0 | 0.14 | 234.78 | 0.49 | 0.72 |
| Hex | 96 | 9C | DB | 20 | 1D | 0 | E | EB | 31 | 48 |
| Octal | 226 | 234 | 333 | 40 | 35 | 0 | 16 | 353 | 61 | 110 |
| Binary | 10010110 | 10011100 | 11011011 | 100000 | 11101 | 0 | 1110 | 11101011 | 110001 | 1001000 |
Color Harmonies of #969CDB
Complementary color
Monochromatic Colors of #969CDB
Black with #969CDB
Text Example
Text Example
White with #969CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CDB; }
p { color: rgb(150,156,219); }
H1.HeaderClassName
{
color: #969CDB;
}
.AnyTagClassName
{
color: #969CDB;
}
</style>
background-color css
<style>
a { background-color: #969CDB; }
a { background-color: rgb(150,156,219); }
div.DivClassName
{
background-color: #969CDB;
}
.BgClassName
{
background-color: #969CDB;
}
</style>
border-color css
<style>
span { border-color: #969CDB; }
span { border-color: rgb(150,156,219); }
td.TdClassName
{
border-color: #969CDB;
}
.TagClassName
{
border-color: #969CDB;
}
</style>