Shades of Portage #999BFF
Tints of Portage #999BFF
RGB
CMYK
RGB Variations
Color information
#999BFF (or 0x999BFF) is known color: Portage. HEX triplet: 99, 9B and FF. RGB value is (153,155,255). Sum of RGB (Red+Green+Blue) = 153+155+255=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #999BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BFF is #666400. Grayscale: #A5A5A5. Windows color (decimal): -6710273 or 16751513. OLE color: 16751513.
HSL color Cylindrical-coordinate representation of color #999BFF: hue angle of 238.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999BFF is Cyan = 0.4, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 155 | 255 | - |
| CMYK | 0.4 | 0.39 | 0 | 0 |
| HSL | 238.82º | 1% | 0.8% | - |
| HSV(B) | 238.82º | 0.4% | 1% | - |
| XYZ | 42.91 | 37.43 | 99.57 | - |
| YUV | 165.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 255 | 0.4 | 0.39 | 0 | 0 | 238.82 | 1 | 0.8 |
| Hex | 99 | 9B | FF | 28 | 27 | 0 | 0 | EF | 64 | 50 |
| Octal | 231 | 233 | 377 | 50 | 47 | 0 | 0 | 357 | 144 | 120 |
| Binary | 10011001 | 10011011 | 11111111 | 101000 | 100111 | 0 | 0 | 11101111 | 1100100 | 1010000 |
Color Harmonies of #999BFF
Complementary color
Monochromatic Colors of #999BFF
Black with #999BFF
Text Example
Text Example
White with #999BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BFF; }
p { color: rgb(153,155,255); }
H1.HeaderClassName
{
color: #999BFF;
}
.AnyTagClassName
{
color: #999BFF;
}
</style>
background-color css
<style>
a { background-color: #999BFF; }
a { background-color: rgb(153,155,255); }
div.DivClassName
{
background-color: #999BFF;
}
.BgClassName
{
background-color: #999BFF;
}
</style>
border-color css
<style>
span { border-color: #999BFF; }
span { border-color: rgb(153,155,255); }
td.TdClassName
{
border-color: #999BFF;
}
.TagClassName
{
border-color: #999BFF;
}
</style>