Shades of Portage #9293F8
Tints of Portage #9293F8
RGB
CMYK
RGB Variations
Color information
#9293F8 (or 0x9293F8) is known color: Portage. HEX triplet: 92, 93 and F8. RGB value is (146,147,248). Sum of RGB (Red+Green+Blue) = 146+147+248=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #9293F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9293F8 is #6D6C07. Grayscale: #9D9D9D. Windows color (decimal): -7171080 or 16290706. OLE color: 16290706.
HSL color Cylindrical-coordinate representation of color #9293F8: hue angle of 239.41º 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 #9293F8 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 147 | 248 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.03 |
| HSL | 239.41º | 0.88% | 0.77% | - |
| HSV(B) | 239.41º | 0.41% | 0.97% | - |
| XYZ | 39.23 | 33.76 | 93.25 | - |
| YUV | 158.22 | 178.67 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 248 | 0.41 | 0.41 | 0 | 0.03 | 239.41 | 0.88 | 0.77 |
| Hex | 92 | 93 | F8 | 29 | 29 | 0 | 3 | EF | 58 | 4D |
| Octal | 222 | 223 | 370 | 51 | 51 | 0 | 3 | 357 | 130 | 115 |
| Binary | 10010010 | 10010011 | 11111000 | 101001 | 101001 | 0 | 11 | 11101111 | 1011000 | 1001101 |
Color Harmonies of #9293F8
Complementary color
Monochromatic Colors of #9293F8
Black with #9293F8
Text Example
Text Example
White with #9293F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9293F8; }
p { color: rgb(146,147,248); }
H1.HeaderClassName
{
color: #9293F8;
}
.AnyTagClassName
{
color: #9293F8;
}
</style>
background-color css
<style>
a { background-color: #9293F8; }
a { background-color: rgb(146,147,248); }
div.DivClassName
{
background-color: #9293F8;
}
.BgClassName
{
background-color: #9293F8;
}
</style>
border-color css
<style>
span { border-color: #9293F8; }
span { border-color: rgb(146,147,248); }
td.TdClassName
{
border-color: #9293F8;
}
.TagClassName
{
border-color: #9293F8;
}
</style>