Shades of Portage #999BE1
Tints of Portage #999BE1
RGB
CMYK
RGB Variations
Color information
#999BE1 (or 0x999BE1) is known color: Portage. HEX triplet: 99, 9B and E1. RGB value is (153,155,225). Sum of RGB (Red+Green+Blue) = 153+155+225=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #999BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BE1 is #66641E. Grayscale: #A2A2A2. Windows color (decimal): -6710303 or 14785433. OLE color: 14785433.
HSL color Cylindrical-coordinate representation of color #999BE1: hue angle of 238.33º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999BE1 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 155 | 225 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.12 |
| HSL | 238.33º | 0.55% | 0.74% | - |
| HSV(B) | 238.33º | 0.32% | 0.88% | - |
| XYZ | 38.45 | 35.65 | 76.09 | - |
| YUV | 162.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 225 | 0.32 | 0.31 | 0 | 0.12 | 238.33 | 0.55 | 0.74 |
| Hex | 99 | 9B | E1 | 20 | 1F | 0 | C | EE | 37 | 4A |
| Octal | 231 | 233 | 341 | 40 | 37 | 0 | 14 | 356 | 67 | 112 |
| Binary | 10011001 | 10011011 | 11100001 | 100000 | 11111 | 0 | 1100 | 11101110 | 110111 | 1001010 |
Color Harmonies of #999BE1
Complementary color
Monochromatic Colors of #999BE1
Black with #999BE1
Text Example
Text Example
White with #999BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BE1; }
p { color: rgb(153,155,225); }
H1.HeaderClassName
{
color: #999BE1;
}
.AnyTagClassName
{
color: #999BE1;
}
</style>
background-color css
<style>
a { background-color: #999BE1; }
a { background-color: rgb(153,155,225); }
div.DivClassName
{
background-color: #999BE1;
}
.BgClassName
{
background-color: #999BE1;
}
</style>
border-color css
<style>
span { border-color: #999BE1; }
span { border-color: rgb(153,155,225); }
td.TdClassName
{
border-color: #999BE1;
}
.TagClassName
{
border-color: #999BE1;
}
</style>