Shades of Portage #9292F8
Tints of Portage #9292F8
RGB
CMYK
RGB Variations
Color information
#9292F8 (or 0x9292F8) is known color: Portage. HEX triplet: 92, 92 and F8. RGB value is (146,146,248). Sum of RGB (Red+Green+Blue) = 146+146+248=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #9292F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9292F8 is #6D6D07. Grayscale: #9D9D9D. Windows color (decimal): -7171336 or 16290450. OLE color: 16290450.
HSL color Cylindrical-coordinate representation of color #9292F8: hue angle of 240º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9292F8 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 146 | 248 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.03 |
| HSL | 240º | 0.88% | 0.77% | - |
| HSV(B) | 240º | 0.41% | 0.97% | - |
| XYZ | 39.08 | 33.45 | 93.2 | - |
| YUV | 157.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 248 | 0.41 | 0.41 | 0 | 0.03 | 240 | 0.88 | 0.77 |
| Hex | 92 | 92 | F8 | 29 | 29 | 0 | 3 | F0 | 58 | 4D |
| Octal | 222 | 222 | 370 | 51 | 51 | 0 | 3 | 360 | 130 | 115 |
| Binary | 10010010 | 10010010 | 11111000 | 101001 | 101001 | 0 | 11 | 11110000 | 1011000 | 1001101 |
Color Harmonies of #9292F8
Complementary color
Monochromatic Colors of #9292F8
Black with #9292F8
Text Example
Text Example
White with #9292F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292F8; }
p { color: rgb(146,146,248); }
H1.HeaderClassName
{
color: #9292F8;
}
.AnyTagClassName
{
color: #9292F8;
}
</style>
background-color css
<style>
a { background-color: #9292F8; }
a { background-color: rgb(146,146,248); }
div.DivClassName
{
background-color: #9292F8;
}
.BgClassName
{
background-color: #9292F8;
}
</style>
border-color css
<style>
span { border-color: #9292F8; }
span { border-color: rgb(146,146,248); }
td.TdClassName
{
border-color: #9292F8;
}
.TagClassName
{
border-color: #9292F8;
}
</style>