Shades of Portage #949AFF
Tints of Portage #949AFF
RGB
CMYK
RGB Variations
Color information
#949AFF (or 0x949AFF) is known color: Portage. HEX triplet: 94, 9A and FF. RGB value is (148,154,255). Sum of RGB (Red+Green+Blue) = 148+154+255=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #949AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949AFF is #6B6500. Grayscale: #A3A3A3. Windows color (decimal): -7038209 or 16751252. OLE color: 16751252.
HSL color Cylindrical-coordinate representation of color #949AFF: hue angle of 236.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949AFF is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 154 | 255 | - |
| CMYK | 0.42 | 0.40 | 0 | 0 |
| HSL | 236.64º | 1% | 0.79% | - |
| HSV(B) | 236.64º | 0.42% | 1% | - |
| XYZ | 41.82 | 36.63 | 99.47 | - |
| YUV | 163.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 255 | 0.42 | 0.40 | 0 | 0 | 236.64 | 1 | 0.79 |
| Hex | 94 | 9A | FF | 2A | 28 | 0 | 0 | ED | 64 | 4F |
| Octal | 224 | 232 | 377 | 52 | 50 | 0 | 0 | 355 | 144 | 117 |
| Binary | 10010100 | 10011010 | 11111111 | 101010 | 101000 | 0 | 0 | 11101101 | 1100100 | 1001111 |
Color Harmonies of #949AFF
Complementary color
Monochromatic Colors of #949AFF
Black with #949AFF
Text Example
Text Example
White with #949AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AFF; }
p { color: rgb(148,154,255); }
H1.HeaderClassName
{
color: #949AFF;
}
.AnyTagClassName
{
color: #949AFF;
}
</style>
background-color css
<style>
a { background-color: #949AFF; }
a { background-color: rgb(148,154,255); }
div.DivClassName
{
background-color: #949AFF;
}
.BgClassName
{
background-color: #949AFF;
}
</style>
border-color css
<style>
span { border-color: #949AFF; }
span { border-color: rgb(148,154,255); }
td.TdClassName
{
border-color: #949AFF;
}
.TagClassName
{
border-color: #949AFF;
}
</style>