Shades of Portage #9A9FE0
Tints of Portage #9A9FE0
RGB
CMYK
RGB Variations
Color information
#9A9FE0 (or 0x9A9FE0) is known color: Portage. HEX triplet: 9A, 9F and E0. RGB value is (154,159,224). Sum of RGB (Red+Green+Blue) = 154+159+224=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A9FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9FE0 is #65601F. Grayscale: #A4A4A4. Windows color (decimal): -6643744 or 14720922. OLE color: 14720922.
HSL color Cylindrical-coordinate representation of color #9A9FE0: hue angle of 235.71º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A9FE0 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 159 | 224 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.12 |
| HSL | 235.71º | 0.53% | 0.74% | - |
| HSV(B) | 235.71º | 0.31% | 0.88% | - |
| XYZ | 39.18 | 37.05 | 75.61 | - |
| YUV | 164.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 224 | 0.31 | 0.29 | 0 | 0.12 | 235.71 | 0.53 | 0.74 |
| Hex | 9A | 9F | E0 | 1F | 1D | 0 | C | EC | 35 | 4A |
| Octal | 232 | 237 | 340 | 37 | 35 | 0 | 14 | 354 | 65 | 112 |
| Binary | 10011010 | 10011111 | 11100000 | 11111 | 11101 | 0 | 1100 | 11101100 | 110101 | 1001010 |
Color Harmonies of #9A9FE0
Complementary color
Monochromatic Colors of #9A9FE0
Black with #9A9FE0
Text Example
Text Example
White with #9A9FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FE0; }
p { color: rgb(154,159,224); }
H1.HeaderClassName
{
color: #9A9FE0;
}
.AnyTagClassName
{
color: #9A9FE0;
}
</style>
background-color css
<style>
a { background-color: #9A9FE0; }
a { background-color: rgb(154,159,224); }
div.DivClassName
{
background-color: #9A9FE0;
}
.BgClassName
{
background-color: #9A9FE0;
}
</style>
border-color css
<style>
span { border-color: #9A9FE0; }
span { border-color: rgb(154,159,224); }
td.TdClassName
{
border-color: #9A9FE0;
}
.TagClassName
{
border-color: #9A9FE0;
}
</style>