Shades of Portage #9293FB
Tints of Portage #9293FB
RGB
CMYK
RGB Variations
Color information
#9293FB (or 0x9293FB) is known color: Portage. HEX triplet: 92, 93 and FB. RGB value is (146,147,251). Sum of RGB (Red+Green+Blue) = 146+147+251=544 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.84% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #9293FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9293FB is #6D6C04. Grayscale: #9E9E9E. Windows color (decimal): -7171077 or 16487314. OLE color: 16487314.
HSL color Cylindrical-coordinate representation of color #9293FB: hue angle of 239.43º 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 #9293FB is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 147 | 251 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.02 |
| HSL | 239.43º | 0.93% | 0.78% | - |
| HSV(B) | 239.43º | 0.42% | 0.98% | - |
| XYZ | 39.7 | 33.94 | 95.73 | - |
| YUV | 158.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 251 | 0.42 | 0.41 | 0 | 0.02 | 239.43 | 0.93 | 0.78 |
| Hex | 92 | 93 | FB | 2A | 29 | 0 | 2 | EF | 5D | 4E |
| Octal | 222 | 223 | 373 | 52 | 51 | 0 | 2 | 357 | 135 | 116 |
| Binary | 10010010 | 10010011 | 11111011 | 101010 | 101001 | 0 | 10 | 11101111 | 1011101 | 1001110 |
Color Harmonies of #9293FB
Complementary color
Monochromatic Colors of #9293FB
Black with #9293FB
Text Example
Text Example
White with #9293FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9293FB; }
p { color: rgb(146,147,251); }
H1.HeaderClassName
{
color: #9293FB;
}
.AnyTagClassName
{
color: #9293FB;
}
</style>
background-color css
<style>
a { background-color: #9293FB; }
a { background-color: rgb(146,147,251); }
div.DivClassName
{
background-color: #9293FB;
}
.BgClassName
{
background-color: #9293FB;
}
</style>
border-color css
<style>
span { border-color: #9293FB; }
span { border-color: rgb(146,147,251); }
td.TdClassName
{
border-color: #9293FB;
}
.TagClassName
{
border-color: #9293FB;
}
</style>