Shades of Portage #9A9BF8
Tints of Portage #9A9BF8
RGB
CMYK
RGB Variations
Color information
#9A9BF8 (or 0x9A9BF8) is known color: Portage. HEX triplet: 9A, 9B and F8. RGB value is (154,155,248). Sum of RGB (Red+Green+Blue) = 154+155+248=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A9BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9BF8 is #656407. Grayscale: #A4A4A4. Windows color (decimal): -6644744 or 16292762. OLE color: 16292762.
HSL color Cylindrical-coordinate representation of color #9A9BF8: hue angle of 239.36º degrees, saturation: 0.87, 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 #9A9BF8 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 155 | 248 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.03 |
| HSL | 239.36º | 0.87% | 0.79% | - |
| HSV(B) | 239.36º | 0.38% | 0.97% | - |
| XYZ | 41.99 | 37.09 | 93.75 | - |
| YUV | 165.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 248 | 0.38 | 0.38 | 0 | 0.03 | 239.36 | 0.87 | 0.79 |
| Hex | 9A | 9B | F8 | 26 | 26 | 0 | 3 | EF | 57 | 4F |
| Octal | 232 | 233 | 370 | 46 | 46 | 0 | 3 | 357 | 127 | 117 |
| Binary | 10011010 | 10011011 | 11111000 | 100110 | 100110 | 0 | 11 | 11101111 | 1010111 | 1001111 |
Color Harmonies of #9A9BF8
Complementary color
Monochromatic Colors of #9A9BF8
Black with #9A9BF8
Text Example
Text Example
White with #9A9BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9BF8; }
p { color: rgb(154,155,248); }
H1.HeaderClassName
{
color: #9A9BF8;
}
.AnyTagClassName
{
color: #9A9BF8;
}
</style>
background-color css
<style>
a { background-color: #9A9BF8; }
a { background-color: rgb(154,155,248); }
div.DivClassName
{
background-color: #9A9BF8;
}
.BgClassName
{
background-color: #9A9BF8;
}
</style>
border-color css
<style>
span { border-color: #9A9BF8; }
span { border-color: rgb(154,155,248); }
td.TdClassName
{
border-color: #9A9BF8;
}
.TagClassName
{
border-color: #9A9BF8;
}
</style>