Shades of Portage #929BE1
Tints of Portage #929BE1
RGB
CMYK
RGB Variations
Color information
#929BE1 (or 0x929BE1) is known color: Portage. HEX triplet: 92, 9B and E1. RGB value is (146,155,225). Sum of RGB (Red+Green+Blue) = 146+155+225=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #929BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BE1 is #6D641E. Grayscale: #A0A0A0. Windows color (decimal): -7169055 or 14785426. OLE color: 14785426.
HSL color Cylindrical-coordinate representation of color #929BE1: hue angle of 233.16º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929BE1 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 155 | 225 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.12 |
| HSL | 233.16º | 0.57% | 0.73% | - |
| HSV(B) | 233.16º | 0.35% | 0.88% | - |
| XYZ | 37.17 | 34.99 | 76.03 | - |
| YUV | 160.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 225 | 0.35 | 0.31 | 0 | 0.12 | 233.16 | 0.57 | 0.73 |
| Hex | 92 | 9B | E1 | 23 | 1F | 0 | C | E9 | 39 | 49 |
| Octal | 222 | 233 | 341 | 43 | 37 | 0 | 14 | 351 | 71 | 111 |
| Binary | 10010010 | 10011011 | 11100001 | 100011 | 11111 | 0 | 1100 | 11101001 | 111001 | 1001001 |
Color Harmonies of #929BE1
Complementary color
Monochromatic Colors of #929BE1
Black with #929BE1
Text Example
Text Example
White with #929BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BE1; }
p { color: rgb(146,155,225); }
H1.HeaderClassName
{
color: #929BE1;
}
.AnyTagClassName
{
color: #929BE1;
}
</style>
background-color css
<style>
a { background-color: #929BE1; }
a { background-color: rgb(146,155,225); }
div.DivClassName
{
background-color: #929BE1;
}
.BgClassName
{
background-color: #929BE1;
}
</style>
border-color css
<style>
span { border-color: #929BE1; }
span { border-color: rgb(146,155,225); }
td.TdClassName
{
border-color: #929BE1;
}
.TagClassName
{
border-color: #929BE1;
}
</style>