Shades of Portage #949BF7
Tints of Portage #949BF7
RGB
CMYK
RGB Variations
Color information
#949BF7 (or 0x949BF7) is known color: Portage. HEX triplet: 94, 9B and F7. RGB value is (148,155,247). Sum of RGB (Red+Green+Blue) = 148+155+247=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #949BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949BF7 is #6B6408. Grayscale: #A3A3A3. Windows color (decimal): -7037961 or 16227220. OLE color: 16227220.
HSL color Cylindrical-coordinate representation of color #949BF7: hue angle of 235.76º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949BF7 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 155 | 247 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.03 |
| HSL | 235.76º | 0.86% | 0.77% | - |
| HSV(B) | 235.76º | 0.4% | 0.97% | - |
| XYZ | 40.72 | 36.45 | 92.89 | - |
| YUV | 163.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 247 | 0.40 | 0.37 | 0 | 0.03 | 235.76 | 0.86 | 0.77 |
| Hex | 94 | 9B | F7 | 28 | 25 | 0 | 3 | EC | 56 | 4D |
| Octal | 224 | 233 | 367 | 50 | 45 | 0 | 3 | 354 | 126 | 115 |
| Binary | 10010100 | 10011011 | 11110111 | 101000 | 100101 | 0 | 11 | 11101100 | 1010110 | 1001101 |
Color Harmonies of #949BF7
Complementary color
Monochromatic Colors of #949BF7
Black with #949BF7
Text Example
Text Example
White with #949BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BF7; }
p { color: rgb(148,155,247); }
H1.HeaderClassName
{
color: #949BF7;
}
.AnyTagClassName
{
color: #949BF7;
}
</style>
background-color css
<style>
a { background-color: #949BF7; }
a { background-color: rgb(148,155,247); }
div.DivClassName
{
background-color: #949BF7;
}
.BgClassName
{
background-color: #949BF7;
}
</style>
border-color css
<style>
span { border-color: #949BF7; }
span { border-color: rgb(148,155,247); }
td.TdClassName
{
border-color: #949BF7;
}
.TagClassName
{
border-color: #949BF7;
}
</style>