Shades of Portage #929BD0
Tints of Portage #929BD0
RGB
CMYK
RGB Variations
Color information
#929BD0 (or 0x929BD0) is known color: Portage. HEX triplet: 92, 9B and D0. RGB value is (146,155,208). Sum of RGB (Red+Green+Blue) = 146+155+208=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #929BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BD0 is #6D642F. Grayscale: #9E9E9E. Windows color (decimal): -7169072 or 13671314. OLE color: 13671314.
HSL color Cylindrical-coordinate representation of color #929BD0: hue angle of 231.29º 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 #929BD0 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 155 | 208 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.18 |
| HSL | 231.29º | 0.4% | 0.69% | - |
| HSV(B) | 231.29º | 0.3% | 0.82% | - |
| XYZ | 34.96 | 34.11 | 64.42 | - |
| YUV | 158.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 208 | 0.30 | 0.25 | 0 | 0.18 | 231.29 | 0.4 | 0.69 |
| Hex | 92 | 9B | D0 | 1E | 19 | 0 | 12 | E7 | 28 | 45 |
| Octal | 222 | 233 | 320 | 36 | 31 | 0 | 22 | 347 | 50 | 105 |
| Binary | 10010010 | 10011011 | 11010000 | 11110 | 11001 | 0 | 10010 | 11100111 | 101000 | 1000101 |
Color Harmonies of #929BD0
Complementary color
Monochromatic Colors of #929BD0
Black with #929BD0
Text Example
Text Example
White with #929BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BD0; }
p { color: rgb(146,155,208); }
H1.HeaderClassName
{
color: #929BD0;
}
.AnyTagClassName
{
color: #929BD0;
}
</style>
background-color css
<style>
a { background-color: #929BD0; }
a { background-color: rgb(146,155,208); }
div.DivClassName
{
background-color: #929BD0;
}
.BgClassName
{
background-color: #929BD0;
}
</style>
border-color css
<style>
span { border-color: #929BD0; }
span { border-color: rgb(146,155,208); }
td.TdClassName
{
border-color: #929BD0;
}
.TagClassName
{
border-color: #929BD0;
}
</style>