Shades of Portage #929BDE
Tints of Portage #929BDE
RGB
CMYK
RGB Variations
Color information
#929BDE (or 0x929BDE) is known color: Portage. HEX triplet: 92, 9B and DE. RGB value is (146,155,222). Sum of RGB (Red+Green+Blue) = 146+155+222=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #929BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BDE is #6D6421. Grayscale: #9F9F9F. Windows color (decimal): -7169058 or 14588818. OLE color: 14588818.
HSL color Cylindrical-coordinate representation of color #929BDE: hue angle of 232.89º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929BDE is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 155 | 222 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.13 |
| HSL | 232.89º | 0.54% | 0.72% | - |
| HSV(B) | 232.89º | 0.34% | 0.87% | - |
| XYZ | 36.76 | 34.83 | 73.89 | - |
| YUV | 159.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 222 | 0.34 | 0.30 | 0 | 0.13 | 232.89 | 0.54 | 0.72 |
| Hex | 92 | 9B | DE | 22 | 1E | 0 | D | E9 | 36 | 48 |
| Octal | 222 | 233 | 336 | 42 | 36 | 0 | 15 | 351 | 66 | 110 |
| Binary | 10010010 | 10011011 | 11011110 | 100010 | 11110 | 0 | 1101 | 11101001 | 110110 | 1001000 |
Color Harmonies of #929BDE
Complementary color
Monochromatic Colors of #929BDE
Black with #929BDE
Text Example
Text Example
White with #929BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BDE; }
p { color: rgb(146,155,222); }
H1.HeaderClassName
{
color: #929BDE;
}
.AnyTagClassName
{
color: #929BDE;
}
</style>
background-color css
<style>
a { background-color: #929BDE; }
a { background-color: rgb(146,155,222); }
div.DivClassName
{
background-color: #929BDE;
}
.BgClassName
{
background-color: #929BDE;
}
</style>
border-color css
<style>
span { border-color: #929BDE; }
span { border-color: rgb(146,155,222); }
td.TdClassName
{
border-color: #929BDE;
}
.TagClassName
{
border-color: #929BDE;
}
</style>