Shades of Portage #9999FD
Tints of Portage #9999FD
RGB
CMYK
RGB Variations
Color information
#9999FD (or 0x9999FD) is known color: Portage. HEX triplet: 99, 99 and FD. RGB value is (153,153,253). Sum of RGB (Red+Green+Blue) = 153+153+253=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #9999FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9999FD is #666602. Grayscale: #A4A4A4. Windows color (decimal): -6710787 or 16619929. OLE color: 16619929.
HSL color Cylindrical-coordinate representation of color #9999FD: hue angle of 240º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9999FD is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 153 | 253 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.01 |
| HSL | 240º | 0.96% | 0.8% | - |
| HSV(B) | 240º | 0.4% | 0.99% | - |
| XYZ | 42.26 | 36.65 | 97.77 | - |
| YUV | 164.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 253 | 0.40 | 0.40 | 0 | 0.01 | 240 | 0.96 | 0.8 |
| Hex | 99 | 99 | FD | 28 | 28 | 0 | 1 | F0 | 60 | 50 |
| Octal | 231 | 231 | 375 | 50 | 50 | 0 | 1 | 360 | 140 | 120 |
| Binary | 10011001 | 10011001 | 11111101 | 101000 | 101000 | 0 | 1 | 11110000 | 1100000 | 1010000 |
Color Harmonies of #9999FD
Complementary color
Monochromatic Colors of #9999FD
Black with #9999FD
Text Example
Text Example
White with #9999FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999FD; }
p { color: rgb(153,153,253); }
H1.HeaderClassName
{
color: #9999FD;
}
.AnyTagClassName
{
color: #9999FD;
}
</style>
background-color css
<style>
a { background-color: #9999FD; }
a { background-color: rgb(153,153,253); }
div.DivClassName
{
background-color: #9999FD;
}
.BgClassName
{
background-color: #9999FD;
}
</style>
border-color css
<style>
span { border-color: #9999FD; }
span { border-color: rgb(153,153,253); }
td.TdClassName
{
border-color: #9999FD;
}
.TagClassName
{
border-color: #9999FD;
}
</style>