Shades of Portage #929FFB
Tints of Portage #929FFB
RGB
CMYK
RGB Variations
Color information
#929FFB (or 0x929FFB) is known color: Portage. HEX triplet: 92, 9F and FB. RGB value is (146,159,251). Sum of RGB (Red+Green+Blue) = 146+159+251=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #929FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929FFB is #6D6004. Grayscale: #A5A5A5. Windows color (decimal): -7168005 or 16490386. OLE color: 16490386.
HSL color Cylindrical-coordinate representation of color #929FFB: hue angle of 232.57º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #929FFB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 159 | 251 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.02 |
| HSL | 232.57º | 0.93% | 0.78% | - |
| HSV(B) | 232.57º | 0.42% | 0.98% | - |
| XYZ | 41.66 | 37.87 | 96.38 | - |
| YUV | 165.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 251 | 0.42 | 0.37 | 0 | 0.02 | 232.57 | 0.93 | 0.78 |
| Hex | 92 | 9F | FB | 2A | 25 | 0 | 2 | E9 | 5D | 4E |
| Octal | 222 | 237 | 373 | 52 | 45 | 0 | 2 | 351 | 135 | 116 |
| Binary | 10010010 | 10011111 | 11111011 | 101010 | 100101 | 0 | 10 | 11101001 | 1011101 | 1001110 |
Color Harmonies of #929FFB
Complementary color
Monochromatic Colors of #929FFB
Black with #929FFB
Text Example
Text Example
White with #929FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929FFB; }
p { color: rgb(146,159,251); }
H1.HeaderClassName
{
color: #929FFB;
}
.AnyTagClassName
{
color: #929FFB;
}
</style>
background-color css
<style>
a { background-color: #929FFB; }
a { background-color: rgb(146,159,251); }
div.DivClassName
{
background-color: #929FFB;
}
.BgClassName
{
background-color: #929FFB;
}
</style>
border-color css
<style>
span { border-color: #929FFB; }
span { border-color: rgb(146,159,251); }
td.TdClassName
{
border-color: #929FFB;
}
.TagClassName
{
border-color: #929FFB;
}
</style>