Shades of Portage #929BE2
Tints of Portage #929BE2
RGB
CMYK
RGB Variations
Color information
#929BE2 (or 0x929BE2) is known color: Portage. HEX triplet: 92, 9B and E2. RGB value is (146,155,226). Sum of RGB (Red+Green+Blue) = 146+155+226=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 226 - color contains mainly: blue. Hex color #929BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BE2 is #6D641D. Grayscale: #A0A0A0. Windows color (decimal): -7169054 or 14850962. OLE color: 14850962.
HSL color Cylindrical-coordinate representation of color #929BE2: hue angle of 233.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929BE2 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 155 | 226 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.11 |
| HSL | 233.25º | 0.58% | 0.73% | - |
| HSV(B) | 233.25º | 0.35% | 0.89% | - |
| XYZ | 37.3 | 35.04 | 76.75 | - |
| YUV | 160.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 226 | 0.35 | 0.31 | 0 | 0.11 | 233.25 | 0.58 | 0.73 |
| Hex | 92 | 9B | E2 | 23 | 1F | 0 | B | E9 | 3A | 49 |
| Octal | 222 | 233 | 342 | 43 | 37 | 0 | 13 | 351 | 72 | 111 |
| Binary | 10010010 | 10011011 | 11100010 | 100011 | 11111 | 0 | 1011 | 11101001 | 111010 | 1001001 |
Color Harmonies of #929BE2
Complementary color
Monochromatic Colors of #929BE2
Black with #929BE2
Text Example
Text Example
White with #929BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BE2; }
p { color: rgb(146,155,226); }
H1.HeaderClassName
{
color: #929BE2;
}
.AnyTagClassName
{
color: #929BE2;
}
</style>
background-color css
<style>
a { background-color: #929BE2; }
a { background-color: rgb(146,155,226); }
div.DivClassName
{
background-color: #929BE2;
}
.BgClassName
{
background-color: #929BE2;
}
</style>
border-color css
<style>
span { border-color: #929BE2; }
span { border-color: rgb(146,155,226); }
td.TdClassName
{
border-color: #929BE2;
}
.TagClassName
{
border-color: #929BE2;
}
</style>