Shades of Portage #9E9AF2
Tints of Portage #9E9AF2
RGB
CMYK
RGB Variations
Color information
#9E9AF2 (or 0x9E9AF2) is known color: Portage. HEX triplet: 9E, 9A and F2. RGB value is (158,154,242). Sum of RGB (Red+Green+Blue) = 158+154+242=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E9AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9AF2 is #61650D. Grayscale: #A4A4A4. Windows color (decimal): -6382862 or 15899294. OLE color: 15899294.
HSL color Cylindrical-coordinate representation of color #9E9AF2: hue angle of 242.73º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E9AF2 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 154 | 242 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.05 |
| HSL | 242.73º | 0.77% | 0.78% | - |
| HSV(B) | 242.73º | 0.36% | 0.95% | - |
| XYZ | 41.68 | 36.79 | 88.91 | - |
| YUV | 165.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 242 | 0.35 | 0.36 | 0 | 0.05 | 242.73 | 0.77 | 0.78 |
| Hex | 9E | 9A | F2 | 23 | 24 | 0 | 5 | F3 | 4D | 4E |
| Octal | 236 | 232 | 362 | 43 | 44 | 0 | 5 | 363 | 115 | 116 |
| Binary | 10011110 | 10011010 | 11110010 | 100011 | 100100 | 0 | 101 | 11110011 | 1001101 | 1001110 |
Color Harmonies of #9E9AF2
Complementary color
Monochromatic Colors of #9E9AF2
Black with #9E9AF2
Text Example
Text Example
White with #9E9AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9AF2; }
p { color: rgb(158,154,242); }
H1.HeaderClassName
{
color: #9E9AF2;
}
.AnyTagClassName
{
color: #9E9AF2;
}
</style>
background-color css
<style>
a { background-color: #9E9AF2; }
a { background-color: rgb(158,154,242); }
div.DivClassName
{
background-color: #9E9AF2;
}
.BgClassName
{
background-color: #9E9AF2;
}
</style>
border-color css
<style>
span { border-color: #9E9AF2; }
span { border-color: rgb(158,154,242); }
td.TdClassName
{
border-color: #9E9AF2;
}
.TagClassName
{
border-color: #9E9AF2;
}
</style>