Shades of Portage #9A9FEB
Tints of Portage #9A9FEB
RGB
CMYK
RGB Variations
Color information
#9A9FEB (or 0x9A9FEB) is known color: Portage. HEX triplet: 9A, 9F and EB. RGB value is (154,159,235). Sum of RGB (Red+Green+Blue) = 154+159+235=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9FEB is #656014. Grayscale: #A5A5A5. Windows color (decimal): -6643733 or 15441818. OLE color: 15441818.
HSL color Cylindrical-coordinate representation of color #9A9FEB: hue angle of 236.3º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A9FEB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 159 | 235 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.08 |
| HSL | 236.3º | 0.67% | 0.76% | - |
| HSV(B) | 236.3º | 0.34% | 0.92% | - |
| XYZ | 40.72 | 37.66 | 83.72 | - |
| YUV | 166.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 235 | 0.34 | 0.32 | 0 | 0.08 | 236.3 | 0.67 | 0.76 |
| Hex | 9A | 9F | EB | 22 | 20 | 0 | 8 | EC | 43 | 4C |
| Octal | 232 | 237 | 353 | 42 | 40 | 0 | 10 | 354 | 103 | 114 |
| Binary | 10011010 | 10011111 | 11101011 | 100010 | 100000 | 0 | 1000 | 11101100 | 1000011 | 1001100 |
Color Harmonies of #9A9FEB
Complementary color
Monochromatic Colors of #9A9FEB
Black with #9A9FEB
Text Example
Text Example
White with #9A9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FEB; }
p { color: rgb(154,159,235); }
H1.HeaderClassName
{
color: #9A9FEB;
}
.AnyTagClassName
{
color: #9A9FEB;
}
</style>
background-color css
<style>
a { background-color: #9A9FEB; }
a { background-color: rgb(154,159,235); }
div.DivClassName
{
background-color: #9A9FEB;
}
.BgClassName
{
background-color: #9A9FEB;
}
</style>
border-color css
<style>
span { border-color: #9A9FEB; }
span { border-color: rgb(154,159,235); }
td.TdClassName
{
border-color: #9A9FEB;
}
.TagClassName
{
border-color: #9A9FEB;
}
</style>