Shades of Portage #929CDC
Tints of Portage #929CDC
RGB
CMYK
RGB Variations
Color information
#929CDC (or 0x929CDC) is known color: Portage. HEX triplet: 92, 9C and DC. RGB value is (146,156,220). Sum of RGB (Red+Green+Blue) = 146+156+220=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #929CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CDC is #6D6323. Grayscale: #A0A0A0. Windows color (decimal): -7168804 or 14458002. OLE color: 14458002.
HSL color Cylindrical-coordinate representation of color #929CDC: hue angle of 231.89º 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 #929CDC is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 156 | 220 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.14 |
| HSL | 231.89º | 0.51% | 0.72% | - |
| HSV(B) | 231.89º | 0.34% | 0.86% | - |
| XYZ | 36.66 | 35.06 | 72.54 | - |
| YUV | 160.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 220 | 0.34 | 0.29 | 0 | 0.14 | 231.89 | 0.51 | 0.72 |
| Hex | 92 | 9C | DC | 22 | 1D | 0 | E | E8 | 33 | 48 |
| Octal | 222 | 234 | 334 | 42 | 35 | 0 | 16 | 350 | 63 | 110 |
| Binary | 10010010 | 10011100 | 11011100 | 100010 | 11101 | 0 | 1110 | 11101000 | 110011 | 1001000 |
Color Harmonies of #929CDC
Complementary color
Monochromatic Colors of #929CDC
Black with #929CDC
Text Example
Text Example
White with #929CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CDC; }
p { color: rgb(146,156,220); }
H1.HeaderClassName
{
color: #929CDC;
}
.AnyTagClassName
{
color: #929CDC;
}
</style>
background-color css
<style>
a { background-color: #929CDC; }
a { background-color: rgb(146,156,220); }
div.DivClassName
{
background-color: #929CDC;
}
.BgClassName
{
background-color: #929CDC;
}
</style>
border-color css
<style>
span { border-color: #929CDC; }
span { border-color: rgb(146,156,220); }
td.TdClassName
{
border-color: #929CDC;
}
.TagClassName
{
border-color: #929CDC;
}
</style>