Shades of Portage #9898FE
Tints of Portage #9898FE
RGB
CMYK
RGB Variations
Color information
#9898FE (or 0x9898FE) is known color: Portage. HEX triplet: 98, 98 and FE. RGB value is (152,152,254). Sum of RGB (Red+Green+Blue) = 152+152+254=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #9898FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9898FE is #676701. Grayscale: #A3A3A3. Windows color (decimal): -6776578 or 16685208. OLE color: 16685208.
HSL color Cylindrical-coordinate representation of color #9898FE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9898FE is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 152 | 254 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.00 |
| HSL | 240º | 0.98% | 0.8% | - |
| HSV(B) | 240º | 0.4% | 1% | - |
| XYZ | 42.07 | 36.29 | 98.55 | - |
| YUV | 163.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 254 | 0.40 | 0.40 | 0 | 0.00 | 240 | 0.98 | 0.8 |
| Hex | 98 | 98 | FE | 28 | 28 | 0 | 0 | F0 | 62 | 50 |
| Octal | 230 | 230 | 376 | 50 | 50 | 0 | 0 | 360 | 142 | 120 |
| Binary | 10011000 | 10011000 | 11111110 | 101000 | 101000 | 0 | 0 | 11110000 | 1100010 | 1010000 |
Color Harmonies of #9898FE
Complementary color
Monochromatic Colors of #9898FE
Black with #9898FE
Text Example
Text Example
White with #9898FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9898FE; }
p { color: rgb(152,152,254); }
H1.HeaderClassName
{
color: #9898FE;
}
.AnyTagClassName
{
color: #9898FE;
}
</style>
background-color css
<style>
a { background-color: #9898FE; }
a { background-color: rgb(152,152,254); }
div.DivClassName
{
background-color: #9898FE;
}
.BgClassName
{
background-color: #9898FE;
}
</style>
border-color css
<style>
span { border-color: #9898FE; }
span { border-color: rgb(152,152,254); }
td.TdClassName
{
border-color: #9898FE;
}
.TagClassName
{
border-color: #9898FE;
}
</style>