Shades of Portage #929BF6
Tints of Portage #929BF6
RGB
CMYK
RGB Variations
Color information
#929BF6 (or 0x929BF6) is known color: Portage. HEX triplet: 92, 9B and F6. RGB value is (146,155,246). Sum of RGB (Red+Green+Blue) = 146+155+246=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #929BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929BF6 is #6D6409. Grayscale: #A2A2A2. Windows color (decimal): -7169034 or 16161682. OLE color: 16161682.
HSL color Cylindrical-coordinate representation of color #929BF6: hue angle of 234.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #929BF6 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 155 | 246 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.04 |
| HSL | 234.6º | 0.85% | 0.77% | - |
| HSV(B) | 234.6º | 0.41% | 0.96% | - |
| XYZ | 40.21 | 36.21 | 92.06 | - |
| YUV | 162.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 246 | 0.41 | 0.37 | 0 | 0.04 | 234.6 | 0.85 | 0.77 |
| Hex | 92 | 9B | F6 | 29 | 25 | 0 | 4 | EB | 55 | 4D |
| Octal | 222 | 233 | 366 | 51 | 45 | 0 | 4 | 353 | 125 | 115 |
| Binary | 10010010 | 10011011 | 11110110 | 101001 | 100101 | 0 | 100 | 11101011 | 1010101 | 1001101 |
Color Harmonies of #929BF6
Complementary color
Monochromatic Colors of #929BF6
Black with #929BF6
Text Example
Text Example
White with #929BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BF6; }
p { color: rgb(146,155,246); }
H1.HeaderClassName
{
color: #929BF6;
}
.AnyTagClassName
{
color: #929BF6;
}
</style>
background-color css
<style>
a { background-color: #929BF6; }
a { background-color: rgb(146,155,246); }
div.DivClassName
{
background-color: #929BF6;
}
.BgClassName
{
background-color: #929BF6;
}
</style>
border-color css
<style>
span { border-color: #929BF6; }
span { border-color: rgb(146,155,246); }
td.TdClassName
{
border-color: #929BF6;
}
.TagClassName
{
border-color: #929BF6;
}
</style>