Shades of Portage #9898FA
Tints of Portage #9898FA
RGB
CMYK
RGB Variations
Color information
#9898FA (or 0x9898FA) is known color: Portage. HEX triplet: 98, 98 and FA. RGB value is (152,152,250). Sum of RGB (Red+Green+Blue) = 152+152+250=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #9898FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9898FA is #676705. Grayscale: #A2A2A2. Windows color (decimal): -6776582 or 16423064. OLE color: 16423064.
HSL color Cylindrical-coordinate representation of color #9898FA: hue angle of 240º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9898FA is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 152 | 250 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.02 |
| HSL | 240º | 0.91% | 0.79% | - |
| HSV(B) | 240º | 0.39% | 0.98% | - |
| XYZ | 41.43 | 36.03 | 95.21 | - |
| YUV | 163.17 | 177 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 250 | 0.39 | 0.39 | 0 | 0.02 | 240 | 0.91 | 0.79 |
| Hex | 98 | 98 | FA | 27 | 27 | 0 | 2 | F0 | 5B | 4F |
| Octal | 230 | 230 | 372 | 47 | 47 | 0 | 2 | 360 | 133 | 117 |
| Binary | 10011000 | 10011000 | 11111010 | 100111 | 100111 | 0 | 10 | 11110000 | 1011011 | 1001111 |
Color Harmonies of #9898FA
Complementary color
Monochromatic Colors of #9898FA
Black with #9898FA
Text Example
Text Example
White with #9898FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9898FA; }
p { color: rgb(152,152,250); }
H1.HeaderClassName
{
color: #9898FA;
}
.AnyTagClassName
{
color: #9898FA;
}
</style>
background-color css
<style>
a { background-color: #9898FA; }
a { background-color: rgb(152,152,250); }
div.DivClassName
{
background-color: #9898FA;
}
.BgClassName
{
background-color: #9898FA;
}
</style>
border-color css
<style>
span { border-color: #9898FA; }
span { border-color: rgb(152,152,250); }
td.TdClassName
{
border-color: #9898FA;
}
.TagClassName
{
border-color: #9898FA;
}
</style>