Shades of Portage #929DD0
Tints of Portage #929DD0
RGB
CMYK
RGB Variations
Color information
#929DD0 (or 0x929DD0) is known color: Portage. HEX triplet: 92, 9D and D0. RGB value is (146,157,208). Sum of RGB (Red+Green+Blue) = 146+157+208=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #929DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DD0 is #6D622F. Grayscale: #9F9F9F. Windows color (decimal): -7168560 or 13671826. OLE color: 13671826.
HSL color Cylindrical-coordinate representation of color #929DD0: hue angle of 229.35º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929DD0 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 157 | 208 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.18 |
| HSL | 229.35º | 0.4% | 0.69% | - |
| HSV(B) | 229.35º | 0.3% | 0.82% | - |
| XYZ | 35.3 | 34.78 | 64.53 | - |
| YUV | 159.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 208 | 0.30 | 0.25 | 0 | 0.18 | 229.35 | 0.4 | 0.69 |
| Hex | 92 | 9D | D0 | 1E | 19 | 0 | 12 | E5 | 28 | 45 |
| Octal | 222 | 235 | 320 | 36 | 31 | 0 | 22 | 345 | 50 | 105 |
| Binary | 10010010 | 10011101 | 11010000 | 11110 | 11001 | 0 | 10010 | 11100101 | 101000 | 1000101 |
Color Harmonies of #929DD0
Complementary color
Monochromatic Colors of #929DD0
Black with #929DD0
Text Example
Text Example
White with #929DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DD0; }
p { color: rgb(146,157,208); }
H1.HeaderClassName
{
color: #929DD0;
}
.AnyTagClassName
{
color: #929DD0;
}
</style>
background-color css
<style>
a { background-color: #929DD0; }
a { background-color: rgb(146,157,208); }
div.DivClassName
{
background-color: #929DD0;
}
.BgClassName
{
background-color: #929DD0;
}
</style>
border-color css
<style>
span { border-color: #929DD0; }
span { border-color: rgb(146,157,208); }
td.TdClassName
{
border-color: #929DD0;
}
.TagClassName
{
border-color: #929DD0;
}
</style>