Shades of Portage #949FEB
Tints of Portage #949FEB
RGB
CMYK
RGB Variations
Color information
#949FEB (or 0x949FEB) is known color: Portage. HEX triplet: 94, 9F and EB. RGB value is (148,159,235). Sum of RGB (Red+Green+Blue) = 148+159+235=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #949FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FEB is #6B6014. Grayscale: #A4A4A4. Windows color (decimal): -7036949 or 15441812. OLE color: 15441812.
HSL color Cylindrical-coordinate representation of color #949FEB: hue angle of 232.41º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #949FEB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 159 | 235 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.08 |
| HSL | 232.41º | 0.69% | 0.75% | - |
| HSV(B) | 232.41º | 0.37% | 0.92% | - |
| XYZ | 39.61 | 37.09 | 83.67 | - |
| YUV | 164.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 235 | 0.37 | 0.32 | 0 | 0.08 | 232.41 | 0.69 | 0.75 |
| Hex | 94 | 9F | EB | 25 | 20 | 0 | 8 | E8 | 45 | 4B |
| Octal | 224 | 237 | 353 | 45 | 40 | 0 | 10 | 350 | 105 | 113 |
| Binary | 10010100 | 10011111 | 11101011 | 100101 | 100000 | 0 | 1000 | 11101000 | 1000101 | 1001011 |
Color Harmonies of #949FEB
Complementary color
Monochromatic Colors of #949FEB
Black with #949FEB
Text Example
Text Example
White with #949FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FEB; }
p { color: rgb(148,159,235); }
H1.HeaderClassName
{
color: #949FEB;
}
.AnyTagClassName
{
color: #949FEB;
}
</style>
background-color css
<style>
a { background-color: #949FEB; }
a { background-color: rgb(148,159,235); }
div.DivClassName
{
background-color: #949FEB;
}
.BgClassName
{
background-color: #949FEB;
}
</style>
border-color css
<style>
span { border-color: #949FEB; }
span { border-color: rgb(148,159,235); }
td.TdClassName
{
border-color: #949FEB;
}
.TagClassName
{
border-color: #949FEB;
}
</style>