Shades of Portage #929BDB
Tints of Portage #929BDB
RGB
CMYK
RGB Variations
Color information
#929BDB (or 0x929BDB) is known color: Portage. HEX triplet: 92, 9B and DB. RGB value is (146,155,219). Sum of RGB (Red+Green+Blue) = 146+155+219=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #929BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BDB is #6D6424. Grayscale: #9F9F9F. Windows color (decimal): -7169061 or 14392210. OLE color: 14392210.
HSL color Cylindrical-coordinate representation of color #929BDB: hue angle of 232.6º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #929BDB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 155 | 219 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.14 |
| HSL | 232.6º | 0.5% | 0.72% | - |
| HSV(B) | 232.6º | 0.33% | 0.86% | - |
| XYZ | 36.36 | 34.67 | 71.79 | - |
| YUV | 159.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 219 | 0.33 | 0.29 | 0 | 0.14 | 232.6 | 0.5 | 0.72 |
| Hex | 92 | 9B | DB | 21 | 1D | 0 | E | E9 | 32 | 48 |
| Octal | 222 | 233 | 333 | 41 | 35 | 0 | 16 | 351 | 62 | 110 |
| Binary | 10010010 | 10011011 | 11011011 | 100001 | 11101 | 0 | 1110 | 11101001 | 110010 | 1001000 |
Color Harmonies of #929BDB
Complementary color
Monochromatic Colors of #929BDB
Black with #929BDB
Text Example
Text Example
White with #929BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BDB; }
p { color: rgb(146,155,219); }
H1.HeaderClassName
{
color: #929BDB;
}
.AnyTagClassName
{
color: #929BDB;
}
</style>
background-color css
<style>
a { background-color: #929BDB; }
a { background-color: rgb(146,155,219); }
div.DivClassName
{
background-color: #929BDB;
}
.BgClassName
{
background-color: #929BDB;
}
</style>
border-color css
<style>
span { border-color: #929BDB; }
span { border-color: rgb(146,155,219); }
td.TdClassName
{
border-color: #929BDB;
}
.TagClassName
{
border-color: #929BDB;
}
</style>