Shades of Portage #949EEC
Tints of Portage #949EEC
RGB
CMYK
RGB Variations
Color information
#949EEC (or 0x949EEC) is known color: Portage. HEX triplet: 94, 9E and EC. RGB value is (148,158,236). Sum of RGB (Red+Green+Blue) = 148+158+236=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #949EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EEC is #6B6113. Grayscale: #A3A3A3. Windows color (decimal): -7037204 or 15507092. OLE color: 15507092.
HSL color Cylindrical-coordinate representation of color #949EEC: hue angle of 233.18º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #949EEC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 158 | 236 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.07 |
| HSL | 233.18º | 0.7% | 0.75% | - |
| HSV(B) | 233.18º | 0.37% | 0.93% | - |
| XYZ | 39.58 | 36.81 | 84.38 | - |
| YUV | 163.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 236 | 0.37 | 0.33 | 0 | 0.07 | 233.18 | 0.7 | 0.75 |
| Hex | 94 | 9E | EC | 25 | 21 | 0 | 7 | E9 | 46 | 4B |
| Octal | 224 | 236 | 354 | 45 | 41 | 0 | 7 | 351 | 106 | 113 |
| Binary | 10010100 | 10011110 | 11101100 | 100101 | 100001 | 0 | 111 | 11101001 | 1000110 | 1001011 |
Color Harmonies of #949EEC
Complementary color
Monochromatic Colors of #949EEC
Black with #949EEC
Text Example
Text Example
White with #949EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EEC; }
p { color: rgb(148,158,236); }
H1.HeaderClassName
{
color: #949EEC;
}
.AnyTagClassName
{
color: #949EEC;
}
</style>
background-color css
<style>
a { background-color: #949EEC; }
a { background-color: rgb(148,158,236); }
div.DivClassName
{
background-color: #949EEC;
}
.BgClassName
{
background-color: #949EEC;
}
</style>
border-color css
<style>
span { border-color: #949EEC; }
span { border-color: rgb(148,158,236); }
td.TdClassName
{
border-color: #949EEC;
}
.TagClassName
{
border-color: #949EEC;
}
</style>