Shades of Portage #9A9FDF
Tints of Portage #9A9FDF
RGB
CMYK
RGB Variations
Color information
#9A9FDF (or 0x9A9FDF) is known color: Portage. HEX triplet: 9A, 9F and DF. RGB value is (154,159,223). Sum of RGB (Red+Green+Blue) = 154+159+223=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9FDF is #656020. Grayscale: #A4A4A4. Windows color (decimal): -6643745 or 14655386. OLE color: 14655386.
HSL color Cylindrical-coordinate representation of color #9A9FDF: hue angle of 235.65º 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 #9A9FDF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 159 | 223 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.13 |
| HSL | 235.65º | 0.52% | 0.74% | - |
| HSV(B) | 235.65º | 0.31% | 0.87% | - |
| XYZ | 39.04 | 36.99 | 74.89 | - |
| YUV | 164.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 223 | 0.31 | 0.29 | 0 | 0.13 | 235.65 | 0.52 | 0.74 |
| Hex | 9A | 9F | DF | 1F | 1D | 0 | D | EC | 34 | 4A |
| Octal | 232 | 237 | 337 | 37 | 35 | 0 | 15 | 354 | 64 | 112 |
| Binary | 10011010 | 10011111 | 11011111 | 11111 | 11101 | 0 | 1101 | 11101100 | 110100 | 1001010 |
Color Harmonies of #9A9FDF
Complementary color
Monochromatic Colors of #9A9FDF
Black with #9A9FDF
Text Example
Text Example
White with #9A9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FDF; }
p { color: rgb(154,159,223); }
H1.HeaderClassName
{
color: #9A9FDF;
}
.AnyTagClassName
{
color: #9A9FDF;
}
</style>
background-color css
<style>
a { background-color: #9A9FDF; }
a { background-color: rgb(154,159,223); }
div.DivClassName
{
background-color: #9A9FDF;
}
.BgClassName
{
background-color: #9A9FDF;
}
</style>
border-color css
<style>
span { border-color: #9A9FDF; }
span { border-color: rgb(154,159,223); }
td.TdClassName
{
border-color: #9A9FDF;
}
.TagClassName
{
border-color: #9A9FDF;
}
</style>