Shades of Portage #929ED3
Tints of Portage #929ED3
RGB
CMYK
RGB Variations
Color information
#929ED3 (or 0x929ED3) is known color: Portage. HEX triplet: 92, 9E and D3. RGB value is (146,158,211). Sum of RGB (Red+Green+Blue) = 146+158+211=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #929ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ED3 is #6D612C. Grayscale: #A0A0A0. Windows color (decimal): -7168301 or 13868690. OLE color: 13868690.
HSL color Cylindrical-coordinate representation of color #929ED3: hue angle of 228.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #929ED3 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 158 | 211 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.17 |
| HSL | 228.92º | 0.42% | 0.7% | - |
| HSV(B) | 228.92º | 0.31% | 0.83% | - |
| XYZ | 35.84 | 35.27 | 66.55 | - |
| YUV | 160.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 211 | 0.31 | 0.25 | 0 | 0.17 | 228.92 | 0.42 | 0.7 |
| Hex | 92 | 9E | D3 | 1F | 19 | 0 | 11 | E5 | 2A | 46 |
| Octal | 222 | 236 | 323 | 37 | 31 | 0 | 21 | 345 | 52 | 106 |
| Binary | 10010010 | 10011110 | 11010011 | 11111 | 11001 | 0 | 10001 | 11100101 | 101010 | 1000110 |
Color Harmonies of #929ED3
Complementary color
Monochromatic Colors of #929ED3
Black with #929ED3
Text Example
Text Example
White with #929ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929ED3; }
p { color: rgb(146,158,211); }
H1.HeaderClassName
{
color: #929ED3;
}
.AnyTagClassName
{
color: #929ED3;
}
</style>
background-color css
<style>
a { background-color: #929ED3; }
a { background-color: rgb(146,158,211); }
div.DivClassName
{
background-color: #929ED3;
}
.BgClassName
{
background-color: #929ED3;
}
</style>
border-color css
<style>
span { border-color: #929ED3; }
span { border-color: rgb(146,158,211); }
td.TdClassName
{
border-color: #929ED3;
}
.TagClassName
{
border-color: #929ED3;
}
</style>