Shades of Portage #9A9BFE
Tints of Portage #9A9BFE
RGB
CMYK
RGB Variations
Color information
#9A9BFE (or 0x9A9BFE) is known color: Portage. HEX triplet: 9A, 9B and FE. RGB value is (154,155,254). Sum of RGB (Red+Green+Blue) = 154+155+254=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A9BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9BFE is #656401. Grayscale: #A5A5A5. Windows color (decimal): -6644738 or 16685978. OLE color: 16685978.
HSL color Cylindrical-coordinate representation of color #9A9BFE: hue angle of 239.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A9BFE is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 155 | 254 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.00 |
| HSL | 239.4º | 0.98% | 0.8% | - |
| HSV(B) | 239.4º | 0.39% | 1% | - |
| XYZ | 42.94 | 37.47 | 98.74 | - |
| YUV | 165.99 | 177.67 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 254 | 0.39 | 0.39 | 0 | 0.00 | 239.4 | 0.98 | 0.8 |
| Hex | 9A | 9B | FE | 27 | 27 | 0 | 0 | EF | 62 | 50 |
| Octal | 232 | 233 | 376 | 47 | 47 | 0 | 0 | 357 | 142 | 120 |
| Binary | 10011010 | 10011011 | 11111110 | 100111 | 100111 | 0 | 0 | 11101111 | 1100010 | 1010000 |
Color Harmonies of #9A9BFE
Complementary color
Monochromatic Colors of #9A9BFE
Black with #9A9BFE
Text Example
Text Example
White with #9A9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9BFE; }
p { color: rgb(154,155,254); }
H1.HeaderClassName
{
color: #9A9BFE;
}
.AnyTagClassName
{
color: #9A9BFE;
}
</style>
background-color css
<style>
a { background-color: #9A9BFE; }
a { background-color: rgb(154,155,254); }
div.DivClassName
{
background-color: #9A9BFE;
}
.BgClassName
{
background-color: #9A9BFE;
}
</style>
border-color css
<style>
span { border-color: #9A9BFE; }
span { border-color: rgb(154,155,254); }
td.TdClassName
{
border-color: #9A9BFE;
}
.TagClassName
{
border-color: #9A9BFE;
}
</style>