Shades of Portage #9899FD
Tints of Portage #9899FD
RGB
CMYK
RGB Variations
Color information
#9899FD (or 0x9899FD) is known color: Portage. HEX triplet: 98, 99 and FD. RGB value is (152,153,253). Sum of RGB (Red+Green+Blue) = 152+153+253=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #9899FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9899FD is #676602. Grayscale: #A3A3A3. Windows color (decimal): -6776323 or 16619928. OLE color: 16619928.
HSL color Cylindrical-coordinate representation of color #9899FD: hue angle of 239.41º degrees, saturation: 0.96, 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 #9899FD is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 153 | 253 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.01 |
| HSL | 239.41º | 0.96% | 0.79% | - |
| HSV(B) | 239.41º | 0.4% | 0.99% | - |
| XYZ | 42.07 | 36.55 | 97.77 | - |
| YUV | 164.1 | 178.17 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 253 | 0.40 | 0.40 | 0 | 0.01 | 239.41 | 0.96 | 0.79 |
| Hex | 98 | 99 | FD | 28 | 28 | 0 | 1 | EF | 60 | 4F |
| Octal | 230 | 231 | 375 | 50 | 50 | 0 | 1 | 357 | 140 | 117 |
| Binary | 10011000 | 10011001 | 11111101 | 101000 | 101000 | 0 | 1 | 11101111 | 1100000 | 1001111 |
Color Harmonies of #9899FD
Complementary color
Monochromatic Colors of #9899FD
Black with #9899FD
Text Example
Text Example
White with #9899FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899FD; }
p { color: rgb(152,153,253); }
H1.HeaderClassName
{
color: #9899FD;
}
.AnyTagClassName
{
color: #9899FD;
}
</style>
background-color css
<style>
a { background-color: #9899FD; }
a { background-color: rgb(152,153,253); }
div.DivClassName
{
background-color: #9899FD;
}
.BgClassName
{
background-color: #9899FD;
}
</style>
border-color css
<style>
span { border-color: #9899FD; }
span { border-color: rgb(152,153,253); }
td.TdClassName
{
border-color: #9899FD;
}
.TagClassName
{
border-color: #9899FD;
}
</style>