Shades of Portage #9A9DFC
Tints of Portage #9A9DFC
RGB
CMYK
RGB Variations
Color information
#9A9DFC (or 0x9A9DFC) is known color: Portage. HEX triplet: 9A, 9D and FC. RGB value is (154,157,252). Sum of RGB (Red+Green+Blue) = 154+157+252=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A9DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9DFC is #656203. Grayscale: #A6A6A6. Windows color (decimal): -6644228 or 16555418. OLE color: 16555418.
HSL color Cylindrical-coordinate representation of color #9A9DFC: hue angle of 238.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A9DFC is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 157 | 252 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.01 |
| HSL | 238.16º | 0.94% | 0.8% | - |
| HSV(B) | 238.16º | 0.39% | 0.99% | - |
| XYZ | 42.95 | 38.01 | 97.17 | - |
| YUV | 166.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 252 | 0.39 | 0.38 | 0 | 0.01 | 238.16 | 0.94 | 0.8 |
| Hex | 9A | 9D | FC | 27 | 26 | 0 | 1 | EE | 5E | 50 |
| Octal | 232 | 235 | 374 | 47 | 46 | 0 | 1 | 356 | 136 | 120 |
| Binary | 10011010 | 10011101 | 11111100 | 100111 | 100110 | 0 | 1 | 11101110 | 1011110 | 1010000 |
Color Harmonies of #9A9DFC
Complementary color
Monochromatic Colors of #9A9DFC
Black with #9A9DFC
Text Example
Text Example
White with #9A9DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DFC; }
p { color: rgb(154,157,252); }
H1.HeaderClassName
{
color: #9A9DFC;
}
.AnyTagClassName
{
color: #9A9DFC;
}
</style>
background-color css
<style>
a { background-color: #9A9DFC; }
a { background-color: rgb(154,157,252); }
div.DivClassName
{
background-color: #9A9DFC;
}
.BgClassName
{
background-color: #9A9DFC;
}
</style>
border-color css
<style>
span { border-color: #9A9DFC; }
span { border-color: rgb(154,157,252); }
td.TdClassName
{
border-color: #9A9DFC;
}
.TagClassName
{
border-color: #9A9DFC;
}
</style>