Shades of Portage #999AFD
Tints of Portage #999AFD
RGB
CMYK
RGB Variations
Color information
#999AFD (or 0x999AFD) is known color: Portage. HEX triplet: 99, 9A and FD. RGB value is (153,154,253). Sum of RGB (Red+Green+Blue) = 153+154+253=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #999AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AFD is #666502. Grayscale: #A4A4A4. Windows color (decimal): -6710531 or 16620185. OLE color: 16620185.
HSL color Cylindrical-coordinate representation of color #999AFD: hue angle of 239.4º 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 #999AFD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 154 | 253 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.01 |
| HSL | 239.4º | 0.96% | 0.8% | - |
| HSV(B) | 239.4º | 0.4% | 0.99% | - |
| XYZ | 42.42 | 36.98 | 97.83 | - |
| YUV | 164.99 | 177.67 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 253 | 0.40 | 0.39 | 0 | 0.01 | 239.4 | 0.96 | 0.8 |
| Hex | 99 | 9A | FD | 28 | 27 | 0 | 1 | EF | 60 | 50 |
| Octal | 231 | 232 | 375 | 50 | 47 | 0 | 1 | 357 | 140 | 120 |
| Binary | 10011001 | 10011010 | 11111101 | 101000 | 100111 | 0 | 1 | 11101111 | 1100000 | 1010000 |
Color Harmonies of #999AFD
Complementary color
Monochromatic Colors of #999AFD
Black with #999AFD
Text Example
Text Example
White with #999AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999AFD; }
p { color: rgb(153,154,253); }
H1.HeaderClassName
{
color: #999AFD;
}
.AnyTagClassName
{
color: #999AFD;
}
</style>
background-color css
<style>
a { background-color: #999AFD; }
a { background-color: rgb(153,154,253); }
div.DivClassName
{
background-color: #999AFD;
}
.BgClassName
{
background-color: #999AFD;
}
</style>
border-color css
<style>
span { border-color: #999AFD; }
span { border-color: rgb(153,154,253); }
td.TdClassName
{
border-color: #999AFD;
}
.TagClassName
{
border-color: #999AFD;
}
</style>