Shades of Portage #999BEA
Tints of Portage #999BEA
RGB
CMYK
RGB Variations
Color information
#999BEA (or 0x999BEA) is known color: Portage. HEX triplet: 99, 9B and EA. RGB value is (153,155,234). Sum of RGB (Red+Green+Blue) = 153+155+234=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #999BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BEA is #666415. Grayscale: #A3A3A3. Windows color (decimal): -6710294 or 15375257. OLE color: 15375257.
HSL color Cylindrical-coordinate representation of color #999BEA: hue angle of 238.52º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999BEA is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 155 | 234 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.08 |
| HSL | 238.52º | 0.66% | 0.76% | - |
| HSV(B) | 238.52º | 0.35% | 0.92% | - |
| XYZ | 39.71 | 36.16 | 82.73 | - |
| YUV | 163.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 234 | 0.35 | 0.34 | 0 | 0.08 | 238.52 | 0.66 | 0.76 |
| Hex | 99 | 9B | EA | 23 | 22 | 0 | 8 | EF | 42 | 4C |
| Octal | 231 | 233 | 352 | 43 | 42 | 0 | 10 | 357 | 102 | 114 |
| Binary | 10011001 | 10011011 | 11101010 | 100011 | 100010 | 0 | 1000 | 11101111 | 1000010 | 1001100 |
Color Harmonies of #999BEA
Complementary color
Monochromatic Colors of #999BEA
Black with #999BEA
Text Example
Text Example
White with #999BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BEA; }
p { color: rgb(153,155,234); }
H1.HeaderClassName
{
color: #999BEA;
}
.AnyTagClassName
{
color: #999BEA;
}
</style>
background-color css
<style>
a { background-color: #999BEA; }
a { background-color: rgb(153,155,234); }
div.DivClassName
{
background-color: #999BEA;
}
.BgClassName
{
background-color: #999BEA;
}
</style>
border-color css
<style>
span { border-color: #999BEA; }
span { border-color: rgb(153,155,234); }
td.TdClassName
{
border-color: #999BEA;
}
.TagClassName
{
border-color: #999BEA;
}
</style>