Shades of Portage #949EFF
Tints of Portage #949EFF
RGB
CMYK
RGB Variations
Color information
#949EFF (or 0x949EFF) is known color: Portage. HEX triplet: 94, 9E and FF. RGB value is (148,158,255). Sum of RGB (Red+Green+Blue) = 148+158+255=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #949EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EFF is #6B6100. Grayscale: #A5A5A5. Windows color (decimal): -7037185 or 16752276. OLE color: 16752276.
HSL color Cylindrical-coordinate representation of color #949EFF: hue angle of 234.39º 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 #949EFF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 158 | 255 | - |
| CMYK | 0.42 | 0.38 | 0 | 0 |
| HSL | 234.39º | 1% | 0.79% | - |
| HSV(B) | 234.39º | 0.42% | 1% | - |
| XYZ | 42.49 | 37.97 | 99.7 | - |
| YUV | 166.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 255 | 0.42 | 0.38 | 0 | 0 | 234.39 | 1 | 0.79 |
| Hex | 94 | 9E | FF | 2A | 26 | 0 | 0 | EA | 64 | 4F |
| Octal | 224 | 236 | 377 | 52 | 46 | 0 | 0 | 352 | 144 | 117 |
| Binary | 10010100 | 10011110 | 11111111 | 101010 | 100110 | 0 | 0 | 11101010 | 1100100 | 1001111 |
Color Harmonies of #949EFF
Complementary color
Monochromatic Colors of #949EFF
Black with #949EFF
Text Example
Text Example
White with #949EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EFF; }
p { color: rgb(148,158,255); }
H1.HeaderClassName
{
color: #949EFF;
}
.AnyTagClassName
{
color: #949EFF;
}
</style>
background-color css
<style>
a { background-color: #949EFF; }
a { background-color: rgb(148,158,255); }
div.DivClassName
{
background-color: #949EFF;
}
.BgClassName
{
background-color: #949EFF;
}
</style>
border-color css
<style>
span { border-color: #949EFF; }
span { border-color: rgb(148,158,255); }
td.TdClassName
{
border-color: #949EFF;
}
.TagClassName
{
border-color: #949EFF;
}
</style>