Shades of Portage #9292F1
Tints of Portage #9292F1
RGB
CMYK
RGB Variations
Color information
#9292F1 (or 0x9292F1) is known color: Portage. HEX triplet: 92, 92 and F1. RGB value is (146,146,241). Sum of RGB (Red+Green+Blue) = 146+146+241=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #9292F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9292F1 is #6D6D0E. Grayscale: #9C9C9C. Windows color (decimal): -7171343 or 15831698. OLE color: 15831698.
HSL color Cylindrical-coordinate representation of color #9292F1: hue angle of 240º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9292F1 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 146 | 241 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.05 |
| HSL | 240º | 0.77% | 0.76% | - |
| HSV(B) | 240º | 0.39% | 0.95% | - |
| XYZ | 38.01 | 33.02 | 87.59 | - |
| YUV | 156.83 | 175.5 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 241 | 0.39 | 0.39 | 0 | 0.05 | 240 | 0.77 | 0.76 |
| Hex | 92 | 92 | F1 | 27 | 27 | 0 | 5 | F0 | 4D | 4C |
| Octal | 222 | 222 | 361 | 47 | 47 | 0 | 5 | 360 | 115 | 114 |
| Binary | 10010010 | 10010010 | 11110001 | 100111 | 100111 | 0 | 101 | 11110000 | 1001101 | 1001100 |
Color Harmonies of #9292F1
Complementary color
Monochromatic Colors of #9292F1
Black with #9292F1
Text Example
Text Example
White with #9292F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292F1; }
p { color: rgb(146,146,241); }
H1.HeaderClassName
{
color: #9292F1;
}
.AnyTagClassName
{
color: #9292F1;
}
</style>
background-color css
<style>
a { background-color: #9292F1; }
a { background-color: rgb(146,146,241); }
div.DivClassName
{
background-color: #9292F1;
}
.BgClassName
{
background-color: #9292F1;
}
</style>
border-color css
<style>
span { border-color: #9292F1; }
span { border-color: rgb(146,146,241); }
td.TdClassName
{
border-color: #9292F1;
}
.TagClassName
{
border-color: #9292F1;
}
</style>