Shades of Portage #9A9DFD
Tints of Portage #9A9DFD
RGB
CMYK
RGB Variations
Color information
#9A9DFD (or 0x9A9DFD) is known color: Portage. HEX triplet: 9A, 9D and FD. RGB value is (154,157,253). Sum of RGB (Red+Green+Blue) = 154+157+253=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A9DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9DFD is #656202. Grayscale: #A6A6A6. Windows color (decimal): -6644227 or 16620954. OLE color: 16620954.
HSL color Cylindrical-coordinate representation of color #9A9DFD: hue angle of 238.18º degrees, saturation: 0.96, 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 #9A9DFD is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 157 | 253 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.01 |
| HSL | 238.18º | 0.96% | 0.8% | - |
| HSV(B) | 238.18º | 0.39% | 0.99% | - |
| XYZ | 43.11 | 38.08 | 98.01 | - |
| YUV | 167.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 253 | 0.39 | 0.38 | 0 | 0.01 | 238.18 | 0.96 | 0.8 |
| Hex | 9A | 9D | FD | 27 | 26 | 0 | 1 | EE | 60 | 50 |
| Octal | 232 | 235 | 375 | 47 | 46 | 0 | 1 | 356 | 140 | 120 |
| Binary | 10011010 | 10011101 | 11111101 | 100111 | 100110 | 0 | 1 | 11101110 | 1100000 | 1010000 |
Color Harmonies of #9A9DFD
Complementary color
Monochromatic Colors of #9A9DFD
Black with #9A9DFD
Text Example
Text Example
White with #9A9DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DFD; }
p { color: rgb(154,157,253); }
H1.HeaderClassName
{
color: #9A9DFD;
}
.AnyTagClassName
{
color: #9A9DFD;
}
</style>
background-color css
<style>
a { background-color: #9A9DFD; }
a { background-color: rgb(154,157,253); }
div.DivClassName
{
background-color: #9A9DFD;
}
.BgClassName
{
background-color: #9A9DFD;
}
</style>
border-color css
<style>
span { border-color: #9A9DFD; }
span { border-color: rgb(154,157,253); }
td.TdClassName
{
border-color: #9A9DFD;
}
.TagClassName
{
border-color: #9A9DFD;
}
</style>