Shades of Portage #929DD7
Tints of Portage #929DD7
RGB
CMYK
RGB Variations
Color information
#929DD7 (or 0x929DD7) is known color: Portage. HEX triplet: 92, 9D and D7. RGB value is (146,157,215). Sum of RGB (Red+Green+Blue) = 146+157+215=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #929DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DD7 is #6D6228. Grayscale: #A0A0A0. Windows color (decimal): -7168553 or 14130578. OLE color: 14130578.
HSL color Cylindrical-coordinate representation of color #929DD7: hue angle of 230.43º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #929DD7 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 157 | 215 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.16 |
| HSL | 230.43º | 0.46% | 0.71% | - |
| HSV(B) | 230.43º | 0.32% | 0.84% | - |
| XYZ | 36.18 | 35.13 | 69.16 | - |
| YUV | 160.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 215 | 0.32 | 0.27 | 0 | 0.16 | 230.43 | 0.46 | 0.71 |
| Hex | 92 | 9D | D7 | 20 | 1B | 0 | 10 | E6 | 2E | 47 |
| Octal | 222 | 235 | 327 | 40 | 33 | 0 | 20 | 346 | 56 | 107 |
| Binary | 10010010 | 10011101 | 11010111 | 100000 | 11011 | 0 | 10000 | 11100110 | 101110 | 1000111 |
Color Harmonies of #929DD7
Complementary color
Monochromatic Colors of #929DD7
Black with #929DD7
Text Example
Text Example
White with #929DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DD7; }
p { color: rgb(146,157,215); }
H1.HeaderClassName
{
color: #929DD7;
}
.AnyTagClassName
{
color: #929DD7;
}
</style>
background-color css
<style>
a { background-color: #929DD7; }
a { background-color: rgb(146,157,215); }
div.DivClassName
{
background-color: #929DD7;
}
.BgClassName
{
background-color: #929DD7;
}
</style>
border-color css
<style>
span { border-color: #929DD7; }
span { border-color: rgb(146,157,215); }
td.TdClassName
{
border-color: #929DD7;
}
.TagClassName
{
border-color: #929DD7;
}
</style>