Shades of Portage #9E9AFC
Tints of Portage #9E9AFC
RGB
CMYK
RGB Variations
Color information
#9E9AFC (or 0x9E9AFC) is known color: Portage. HEX triplet: 9E, 9A and FC. RGB value is (158,154,252). Sum of RGB (Red+Green+Blue) = 158+154+252=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E9AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9AFC is #616503. Grayscale: #A5A5A5. Windows color (decimal): -6382852 or 16554654. OLE color: 16554654.
HSL color Cylindrical-coordinate representation of color #9E9AFC: hue angle of 242.45º degrees, saturation: 0.94, 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 #9E9AFC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 154 | 252 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.01 |
| HSL | 242.45º | 0.94% | 0.8% | - |
| HSV(B) | 242.45º | 0.39% | 0.99% | - |
| XYZ | 43.23 | 37.41 | 97.04 | - |
| YUV | 166.37 | 176.33 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 252 | 0.37 | 0.39 | 0 | 0.01 | 242.45 | 0.94 | 0.8 |
| Hex | 9E | 9A | FC | 25 | 27 | 0 | 1 | F2 | 5E | 50 |
| Octal | 236 | 232 | 374 | 45 | 47 | 0 | 1 | 362 | 136 | 120 |
| Binary | 10011110 | 10011010 | 11111100 | 100101 | 100111 | 0 | 1 | 11110010 | 1011110 | 1010000 |
Color Harmonies of #9E9AFC
Complementary color
Monochromatic Colors of #9E9AFC
Black with #9E9AFC
Text Example
Text Example
White with #9E9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9AFC; }
p { color: rgb(158,154,252); }
H1.HeaderClassName
{
color: #9E9AFC;
}
.AnyTagClassName
{
color: #9E9AFC;
}
</style>
background-color css
<style>
a { background-color: #9E9AFC; }
a { background-color: rgb(158,154,252); }
div.DivClassName
{
background-color: #9E9AFC;
}
.BgClassName
{
background-color: #9E9AFC;
}
</style>
border-color css
<style>
span { border-color: #9E9AFC; }
span { border-color: rgb(158,154,252); }
td.TdClassName
{
border-color: #9E9AFC;
}
.TagClassName
{
border-color: #9E9AFC;
}
</style>