Shades of Portage #9299FC
Tints of Portage #9299FC
RGB
CMYK
RGB Variations
Color information
#9299FC (or 0x9299FC) is known color: Portage. HEX triplet: 92, 99 and FC. RGB value is (146,153,252). Sum of RGB (Red+Green+Blue) = 146+153+252=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #9299FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9299FC is #6D6603. Grayscale: #A1A1A1. Windows color (decimal): -7169540 or 16554386. OLE color: 16554386.
HSL color Cylindrical-coordinate representation of color #9299FC: hue angle of 236.04º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9299FC is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 153 | 252 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.01 |
| HSL | 236.04º | 0.95% | 0.78% | - |
| HSV(B) | 236.04º | 0.42% | 0.99% | - |
| XYZ | 40.82 | 35.92 | 96.88 | - |
| YUV | 162.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 252 | 0.42 | 0.39 | 0 | 0.01 | 236.04 | 0.95 | 0.78 |
| Hex | 92 | 99 | FC | 2A | 27 | 0 | 1 | EC | 5F | 4E |
| Octal | 222 | 231 | 374 | 52 | 47 | 0 | 1 | 354 | 137 | 116 |
| Binary | 10010010 | 10011001 | 11111100 | 101010 | 100111 | 0 | 1 | 11101100 | 1011111 | 1001110 |
Color Harmonies of #9299FC
Complementary color
Monochromatic Colors of #9299FC
Black with #9299FC
Text Example
Text Example
White with #9299FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299FC; }
p { color: rgb(146,153,252); }
H1.HeaderClassName
{
color: #9299FC;
}
.AnyTagClassName
{
color: #9299FC;
}
</style>
background-color css
<style>
a { background-color: #9299FC; }
a { background-color: rgb(146,153,252); }
div.DivClassName
{
background-color: #9299FC;
}
.BgClassName
{
background-color: #9299FC;
}
</style>
border-color css
<style>
span { border-color: #9299FC; }
span { border-color: rgb(146,153,252); }
td.TdClassName
{
border-color: #9299FC;
}
.TagClassName
{
border-color: #9299FC;
}
</style>