Shades of Portage #9898FC
Tints of Portage #9898FC
RGB
CMYK
RGB Variations
Color information
#9898FC (or 0x9898FC) is known color: Portage. HEX triplet: 98, 98 and FC. RGB value is (152,152,252). Sum of RGB (Red+Green+Blue) = 152+152+252=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #9898FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9898FC is #676703. Grayscale: #A3A3A3. Windows color (decimal): -6776580 or 16554136. OLE color: 16554136.
HSL color Cylindrical-coordinate representation of color #9898FC: hue angle of 240º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9898FC is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 152 | 252 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.01 |
| HSL | 240º | 0.94% | 0.79% | - |
| HSV(B) | 240º | 0.4% | 0.99% | - |
| XYZ | 41.75 | 36.16 | 96.87 | - |
| YUV | 163.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 252 | 0.40 | 0.40 | 0 | 0.01 | 240 | 0.94 | 0.79 |
| Hex | 98 | 98 | FC | 28 | 28 | 0 | 1 | F0 | 5E | 4F |
| Octal | 230 | 230 | 374 | 50 | 50 | 0 | 1 | 360 | 136 | 117 |
| Binary | 10011000 | 10011000 | 11111100 | 101000 | 101000 | 0 | 1 | 11110000 | 1011110 | 1001111 |
Color Harmonies of #9898FC
Complementary color
Monochromatic Colors of #9898FC
Black with #9898FC
Text Example
Text Example
White with #9898FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9898FC; }
p { color: rgb(152,152,252); }
H1.HeaderClassName
{
color: #9898FC;
}
.AnyTagClassName
{
color: #9898FC;
}
</style>
background-color css
<style>
a { background-color: #9898FC; }
a { background-color: rgb(152,152,252); }
div.DivClassName
{
background-color: #9898FC;
}
.BgClassName
{
background-color: #9898FC;
}
</style>
border-color css
<style>
span { border-color: #9898FC; }
span { border-color: rgb(152,152,252); }
td.TdClassName
{
border-color: #9898FC;
}
.TagClassName
{
border-color: #9898FC;
}
</style>