Shades of Portage #9A94FB
Tints of Portage #9A94FB
RGB
CMYK
RGB Variations
Color information
#9A94FB (or 0x9A94FB) is known color: Portage. HEX triplet: 9A, 94 and FB. RGB value is (154,148,251). Sum of RGB (Red+Green+Blue) = 154+148+251=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A94FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A94FB is #656B04. Grayscale: #A1A1A1. Windows color (decimal): -6646533 or 16487578. OLE color: 16487578.
HSL color Cylindrical-coordinate representation of color #9A94FB: hue angle of 243.5º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A94FB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 148 | 251 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.02 |
| HSL | 243.5º | 0.93% | 0.78% | - |
| HSV(B) | 243.5º | 0.41% | 0.98% | - |
| XYZ | 41.33 | 35.01 | 95.85 | - |
| YUV | 161.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 251 | 0.39 | 0.41 | 0 | 0.02 | 243.5 | 0.93 | 0.78 |
| Hex | 9A | 94 | FB | 27 | 29 | 0 | 2 | F3 | 5D | 4E |
| Octal | 232 | 224 | 373 | 47 | 51 | 0 | 2 | 363 | 135 | 116 |
| Binary | 10011010 | 10010100 | 11111011 | 100111 | 101001 | 0 | 10 | 11110011 | 1011101 | 1001110 |
Color Harmonies of #9A94FB
Complementary color
Monochromatic Colors of #9A94FB
Black with #9A94FB
Text Example
Text Example
White with #9A94FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A94FB; }
p { color: rgb(154,148,251); }
H1.HeaderClassName
{
color: #9A94FB;
}
.AnyTagClassName
{
color: #9A94FB;
}
</style>
background-color css
<style>
a { background-color: #9A94FB; }
a { background-color: rgb(154,148,251); }
div.DivClassName
{
background-color: #9A94FB;
}
.BgClassName
{
background-color: #9A94FB;
}
</style>
border-color css
<style>
span { border-color: #9A94FB; }
span { border-color: rgb(154,148,251); }
td.TdClassName
{
border-color: #9A94FB;
}
.TagClassName
{
border-color: #9A94FB;
}
</style>