Shades of Portage #949EF6
Tints of Portage #949EF6
RGB
CMYK
RGB Variations
Color information
#949EF6 (or 0x949EF6) is known color: Portage. HEX triplet: 94, 9E and F6. RGB value is (148,158,246). Sum of RGB (Red+Green+Blue) = 148+158+246=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #949EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EF6 is #6B6109. Grayscale: #A4A4A4. Windows color (decimal): -7037194 or 16162452. OLE color: 16162452.
HSL color Cylindrical-coordinate representation of color #949EF6: hue angle of 233.88º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949EF6 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 158 | 246 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.04 |
| HSL | 233.88º | 0.84% | 0.77% | - |
| HSV(B) | 233.88º | 0.4% | 0.96% | - |
| XYZ | 41.07 | 37.4 | 92.24 | - |
| YUV | 165.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 246 | 0.40 | 0.36 | 0 | 0.04 | 233.88 | 0.84 | 0.77 |
| Hex | 94 | 9E | F6 | 28 | 24 | 0 | 4 | EA | 54 | 4D |
| Octal | 224 | 236 | 366 | 50 | 44 | 0 | 4 | 352 | 124 | 115 |
| Binary | 10010100 | 10011110 | 11110110 | 101000 | 100100 | 0 | 100 | 11101010 | 1010100 | 1001101 |
Color Harmonies of #949EF6
Complementary color
Monochromatic Colors of #949EF6
Black with #949EF6
Text Example
Text Example
White with #949EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EF6; }
p { color: rgb(148,158,246); }
H1.HeaderClassName
{
color: #949EF6;
}
.AnyTagClassName
{
color: #949EF6;
}
</style>
background-color css
<style>
a { background-color: #949EF6; }
a { background-color: rgb(148,158,246); }
div.DivClassName
{
background-color: #949EF6;
}
.BgClassName
{
background-color: #949EF6;
}
</style>
border-color css
<style>
span { border-color: #949EF6; }
span { border-color: rgb(148,158,246); }
td.TdClassName
{
border-color: #949EF6;
}
.TagClassName
{
border-color: #949EF6;
}
</style>