Shades of Portage #9A9EDF
Tints of Portage #9A9EDF
RGB
CMYK
RGB Variations
Color information
#9A9EDF (or 0x9A9EDF) is known color: Portage. HEX triplet: 9A, 9E and DF. RGB value is (154,158,223). Sum of RGB (Red+Green+Blue) = 154+158+223=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9EDF is #656120. Grayscale: #A3A3A3. Windows color (decimal): -6644001 or 14655130. OLE color: 14655130.
HSL color Cylindrical-coordinate representation of color #9A9EDF: hue angle of 236.52º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A9EDF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 158 | 223 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.13 |
| HSL | 236.52º | 0.52% | 0.74% | - |
| HSV(B) | 236.52º | 0.31% | 0.87% | - |
| XYZ | 38.87 | 36.65 | 74.84 | - |
| YUV | 164.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 223 | 0.31 | 0.29 | 0 | 0.13 | 236.52 | 0.52 | 0.74 |
| Hex | 9A | 9E | DF | 1F | 1D | 0 | D | ED | 34 | 4A |
| Octal | 232 | 236 | 337 | 37 | 35 | 0 | 15 | 355 | 64 | 112 |
| Binary | 10011010 | 10011110 | 11011111 | 11111 | 11101 | 0 | 1101 | 11101101 | 110100 | 1001010 |
Color Harmonies of #9A9EDF
Complementary color
Monochromatic Colors of #9A9EDF
Black with #9A9EDF
Text Example
Text Example
White with #9A9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9EDF; }
p { color: rgb(154,158,223); }
H1.HeaderClassName
{
color: #9A9EDF;
}
.AnyTagClassName
{
color: #9A9EDF;
}
</style>
background-color css
<style>
a { background-color: #9A9EDF; }
a { background-color: rgb(154,158,223); }
div.DivClassName
{
background-color: #9A9EDF;
}
.BgClassName
{
background-color: #9A9EDF;
}
</style>
border-color css
<style>
span { border-color: #9A9EDF; }
span { border-color: rgb(154,158,223); }
td.TdClassName
{
border-color: #9A9EDF;
}
.TagClassName
{
border-color: #9A9EDF;
}
</style>