Shades of Portage #999BFD
Tints of Portage #999BFD
RGB
CMYK
RGB Variations
Color information
#999BFD (or 0x999BFD) is known color: Portage. HEX triplet: 99, 9B and FD. RGB value is (153,155,253). Sum of RGB (Red+Green+Blue) = 153+155+253=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #999BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BFD is #666402. Grayscale: #A5A5A5. Windows color (decimal): -6710275 or 16620441. OLE color: 16620441.
HSL color Cylindrical-coordinate representation of color #999BFD: hue angle of 238.8º 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 #999BFD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 155 | 253 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.01 |
| HSL | 238.8º | 0.96% | 0.8% | - |
| HSV(B) | 238.8º | 0.4% | 0.99% | - |
| XYZ | 42.59 | 37.31 | 97.88 | - |
| YUV | 165.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 253 | 0.40 | 0.39 | 0 | 0.01 | 238.8 | 0.96 | 0.8 |
| Hex | 99 | 9B | FD | 28 | 27 | 0 | 1 | EF | 60 | 50 |
| Octal | 231 | 233 | 375 | 50 | 47 | 0 | 1 | 357 | 140 | 120 |
| Binary | 10011001 | 10011011 | 11111101 | 101000 | 100111 | 0 | 1 | 11101111 | 1100000 | 1010000 |
Color Harmonies of #999BFD
Complementary color
Monochromatic Colors of #999BFD
Black with #999BFD
Text Example
Text Example
White with #999BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BFD; }
p { color: rgb(153,155,253); }
H1.HeaderClassName
{
color: #999BFD;
}
.AnyTagClassName
{
color: #999BFD;
}
</style>
background-color css
<style>
a { background-color: #999BFD; }
a { background-color: rgb(153,155,253); }
div.DivClassName
{
background-color: #999BFD;
}
.BgClassName
{
background-color: #999BFD;
}
</style>
border-color css
<style>
span { border-color: #999BFD; }
span { border-color: rgb(153,155,253); }
td.TdClassName
{
border-color: #999BFD;
}
.TagClassName
{
border-color: #999BFD;
}
</style>