Shades of Portage #9A9DF7
Tints of Portage #9A9DF7
RGB
CMYK
RGB Variations
Color information
#9A9DF7 (or 0x9A9DF7) is known color: Portage. HEX triplet: 9A, 9D and F7. RGB value is (154,157,247). Sum of RGB (Red+Green+Blue) = 154+157+247=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A9DF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9DF7 is #656208. Grayscale: #A6A6A6. Windows color (decimal): -6644233 or 16227738. OLE color: 16227738.
HSL color Cylindrical-coordinate representation of color #9A9DF7: hue angle of 238.06º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A9DF7 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 157 | 247 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.03 |
| HSL | 238.06º | 0.85% | 0.79% | - |
| HSV(B) | 238.06º | 0.38% | 0.97% | - |
| XYZ | 42.17 | 37.7 | 93.05 | - |
| YUV | 166.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 247 | 0.38 | 0.36 | 0 | 0.03 | 238.06 | 0.85 | 0.79 |
| Hex | 9A | 9D | F7 | 26 | 24 | 0 | 3 | EE | 55 | 4F |
| Octal | 232 | 235 | 367 | 46 | 44 | 0 | 3 | 356 | 125 | 117 |
| Binary | 10011010 | 10011101 | 11110111 | 100110 | 100100 | 0 | 11 | 11101110 | 1010101 | 1001111 |
Color Harmonies of #9A9DF7
Complementary color
Monochromatic Colors of #9A9DF7
Black with #9A9DF7
Text Example
Text Example
White with #9A9DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DF7; }
p { color: rgb(154,157,247); }
H1.HeaderClassName
{
color: #9A9DF7;
}
.AnyTagClassName
{
color: #9A9DF7;
}
</style>
background-color css
<style>
a { background-color: #9A9DF7; }
a { background-color: rgb(154,157,247); }
div.DivClassName
{
background-color: #9A9DF7;
}
.BgClassName
{
background-color: #9A9DF7;
}
</style>
border-color css
<style>
span { border-color: #9A9DF7; }
span { border-color: rgb(154,157,247); }
td.TdClassName
{
border-color: #9A9DF7;
}
.TagClassName
{
border-color: #9A9DF7;
}
</style>