Shades of Portage #999BFE
Tints of Portage #999BFE
RGB
CMYK
RGB Variations
Color information
#999BFE (or 0x999BFE) is known color: Portage. HEX triplet: 99, 9B and FE. RGB value is (153,155,254). Sum of RGB (Red+Green+Blue) = 153+155+254=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #999BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BFE is #666401. Grayscale: #A5A5A5. Windows color (decimal): -6710274 or 16685977. OLE color: 16685977.
HSL color Cylindrical-coordinate representation of color #999BFE: hue angle of 238.81º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999BFE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 155 | 254 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.00 |
| HSL | 238.81º | 0.98% | 0.8% | - |
| HSV(B) | 238.81º | 0.4% | 1% | - |
| XYZ | 42.75 | 37.37 | 98.73 | - |
| YUV | 165.69 | 177.84 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 254 | 0.40 | 0.39 | 0 | 0.00 | 238.81 | 0.98 | 0.8 |
| Hex | 99 | 9B | FE | 28 | 27 | 0 | 0 | EF | 62 | 50 |
| Octal | 231 | 233 | 376 | 50 | 47 | 0 | 0 | 357 | 142 | 120 |
| Binary | 10011001 | 10011011 | 11111110 | 101000 | 100111 | 0 | 0 | 11101111 | 1100010 | 1010000 |
Color Harmonies of #999BFE
Complementary color
Monochromatic Colors of #999BFE
Black with #999BFE
Text Example
Text Example
White with #999BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BFE; }
p { color: rgb(153,155,254); }
H1.HeaderClassName
{
color: #999BFE;
}
.AnyTagClassName
{
color: #999BFE;
}
</style>
background-color css
<style>
a { background-color: #999BFE; }
a { background-color: rgb(153,155,254); }
div.DivClassName
{
background-color: #999BFE;
}
.BgClassName
{
background-color: #999BFE;
}
</style>
border-color css
<style>
span { border-color: #999BFE; }
span { border-color: rgb(153,155,254); }
td.TdClassName
{
border-color: #999BFE;
}
.TagClassName
{
border-color: #999BFE;
}
</style>