Shades of Portage #929BDC
Tints of Portage #929BDC
RGB
CMYK
RGB Variations
Color information
#929BDC (or 0x929BDC) is known color: Portage. HEX triplet: 92, 9B and DC. RGB value is (146,155,220). Sum of RGB (Red+Green+Blue) = 146+155+220=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #929BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BDC is #6D6423. Grayscale: #9F9F9F. Windows color (decimal): -7169060 or 14457746. OLE color: 14457746.
HSL color Cylindrical-coordinate representation of color #929BDC: hue angle of 232.7º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929BDC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 155 | 220 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.14 |
| HSL | 232.7º | 0.51% | 0.72% | - |
| HSV(B) | 232.7º | 0.34% | 0.86% | - |
| XYZ | 36.49 | 34.72 | 72.49 | - |
| YUV | 159.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 220 | 0.34 | 0.30 | 0 | 0.14 | 232.7 | 0.51 | 0.72 |
| Hex | 92 | 9B | DC | 22 | 1E | 0 | E | E9 | 33 | 48 |
| Octal | 222 | 233 | 334 | 42 | 36 | 0 | 16 | 351 | 63 | 110 |
| Binary | 10010010 | 10011011 | 11011100 | 100010 | 11110 | 0 | 1110 | 11101001 | 110011 | 1001000 |
Color Harmonies of #929BDC
Complementary color
Monochromatic Colors of #929BDC
Black with #929BDC
Text Example
Text Example
White with #929BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BDC; }
p { color: rgb(146,155,220); }
H1.HeaderClassName
{
color: #929BDC;
}
.AnyTagClassName
{
color: #929BDC;
}
</style>
background-color css
<style>
a { background-color: #929BDC; }
a { background-color: rgb(146,155,220); }
div.DivClassName
{
background-color: #929BDC;
}
.BgClassName
{
background-color: #929BDC;
}
</style>
border-color css
<style>
span { border-color: #929BDC; }
span { border-color: rgb(146,155,220); }
td.TdClassName
{
border-color: #929BDC;
}
.TagClassName
{
border-color: #929BDC;
}
</style>