Shades of Portage #9A9EFB
Tints of Portage #9A9EFB
RGB
CMYK
RGB Variations
Color information
#9A9EFB (or 0x9A9EFB) is known color: Portage. HEX triplet: 9A, 9E and FB. RGB value is (154,158,251). Sum of RGB (Red+Green+Blue) = 154+158+251=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9EFB is #656104. Grayscale: #A7A7A7. Windows color (decimal): -6643973 or 16490138. OLE color: 16490138.
HSL color Cylindrical-coordinate representation of color #9A9EFB: hue angle of 237.53º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A9EFB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 158 | 251 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.02 |
| HSL | 237.53º | 0.92% | 0.79% | - |
| HSV(B) | 237.53º | 0.39% | 0.98% | - |
| XYZ | 42.97 | 38.29 | 96.39 | - |
| YUV | 167.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 251 | 0.39 | 0.37 | 0 | 0.02 | 237.53 | 0.92 | 0.79 |
| Hex | 9A | 9E | FB | 27 | 25 | 0 | 2 | EE | 5C | 4F |
| Octal | 232 | 236 | 373 | 47 | 45 | 0 | 2 | 356 | 134 | 117 |
| Binary | 10011010 | 10011110 | 11111011 | 100111 | 100101 | 0 | 10 | 11101110 | 1011100 | 1001111 |
Color Harmonies of #9A9EFB
Complementary color
Monochromatic Colors of #9A9EFB
Black with #9A9EFB
Text Example
Text Example
White with #9A9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9EFB; }
p { color: rgb(154,158,251); }
H1.HeaderClassName
{
color: #9A9EFB;
}
.AnyTagClassName
{
color: #9A9EFB;
}
</style>
background-color css
<style>
a { background-color: #9A9EFB; }
a { background-color: rgb(154,158,251); }
div.DivClassName
{
background-color: #9A9EFB;
}
.BgClassName
{
background-color: #9A9EFB;
}
</style>
border-color css
<style>
span { border-color: #9A9EFB; }
span { border-color: rgb(154,158,251); }
td.TdClassName
{
border-color: #9A9EFB;
}
.TagClassName
{
border-color: #9A9EFB;
}
</style>