Shades of Portage #949DFB
Tints of Portage #949DFB
RGB
CMYK
RGB Variations
Color information
#949DFB (or 0x949DFB) is known color: Portage. HEX triplet: 94, 9D and FB. RGB value is (148,157,251). Sum of RGB (Red+Green+Blue) = 148+157+251=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #949DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DFB is #6B6204. Grayscale: #A4A4A4. Windows color (decimal): -7037445 or 16489876. OLE color: 16489876.
HSL color Cylindrical-coordinate representation of color #949DFB: hue angle of 234.76º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #949DFB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 157 | 251 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.02 |
| HSL | 234.76º | 0.93% | 0.78% | - |
| HSV(B) | 234.76º | 0.41% | 0.98% | - |
| XYZ | 41.68 | 37.37 | 96.28 | - |
| YUV | 165.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 251 | 0.41 | 0.37 | 0 | 0.02 | 234.76 | 0.93 | 0.78 |
| Hex | 94 | 9D | FB | 29 | 25 | 0 | 2 | EB | 5D | 4E |
| Octal | 224 | 235 | 373 | 51 | 45 | 0 | 2 | 353 | 135 | 116 |
| Binary | 10010100 | 10011101 | 11111011 | 101001 | 100101 | 0 | 10 | 11101011 | 1011101 | 1001110 |
Color Harmonies of #949DFB
Complementary color
Monochromatic Colors of #949DFB
Black with #949DFB
Text Example
Text Example
White with #949DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DFB; }
p { color: rgb(148,157,251); }
H1.HeaderClassName
{
color: #949DFB;
}
.AnyTagClassName
{
color: #949DFB;
}
</style>
background-color css
<style>
a { background-color: #949DFB; }
a { background-color: rgb(148,157,251); }
div.DivClassName
{
background-color: #949DFB;
}
.BgClassName
{
background-color: #949DFB;
}
</style>
border-color css
<style>
span { border-color: #949DFB; }
span { border-color: rgb(148,157,251); }
td.TdClassName
{
border-color: #949DFB;
}
.TagClassName
{
border-color: #949DFB;
}
</style>