Shades of Portage #949FEC
Tints of Portage #949FEC
RGB
CMYK
RGB Variations
Color information
#949FEC (or 0x949FEC) is known color: Portage. HEX triplet: 94, 9F and EC. RGB value is (148,159,236). Sum of RGB (Red+Green+Blue) = 148+159+236=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #949FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FEC is #6B6013. Grayscale: #A4A4A4. Windows color (decimal): -7036948 or 15507348. OLE color: 15507348.
HSL color Cylindrical-coordinate representation of color #949FEC: hue angle of 232.5º 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 #949FEC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 159 | 236 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.07 |
| HSL | 232.5º | 0.7% | 0.75% | - |
| HSV(B) | 232.5º | 0.37% | 0.93% | - |
| XYZ | 39.75 | 37.15 | 84.43 | - |
| YUV | 164.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 236 | 0.37 | 0.33 | 0 | 0.07 | 232.5 | 0.7 | 0.75 |
| Hex | 94 | 9F | EC | 25 | 21 | 0 | 7 | E8 | 46 | 4B |
| Octal | 224 | 237 | 354 | 45 | 41 | 0 | 7 | 350 | 106 | 113 |
| Binary | 10010100 | 10011111 | 11101100 | 100101 | 100001 | 0 | 111 | 11101000 | 1000110 | 1001011 |
Color Harmonies of #949FEC
Complementary color
Monochromatic Colors of #949FEC
Black with #949FEC
Text Example
Text Example
White with #949FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FEC; }
p { color: rgb(148,159,236); }
H1.HeaderClassName
{
color: #949FEC;
}
.AnyTagClassName
{
color: #949FEC;
}
</style>
background-color css
<style>
a { background-color: #949FEC; }
a { background-color: rgb(148,159,236); }
div.DivClassName
{
background-color: #949FEC;
}
.BgClassName
{
background-color: #949FEC;
}
</style>
border-color css
<style>
span { border-color: #949FEC; }
span { border-color: rgb(148,159,236); }
td.TdClassName
{
border-color: #949FEC;
}
.TagClassName
{
border-color: #949FEC;
}
</style>