Shades of Portage #949DFA
Tints of Portage #949DFA
RGB
CMYK
RGB Variations
Color information
#949DFA (or 0x949DFA) is known color: Portage. HEX triplet: 94, 9D and FA. RGB value is (148,157,250). Sum of RGB (Red+Green+Blue) = 148+157+250=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #949DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DFA is #6B6205. Grayscale: #A4A4A4. Windows color (decimal): -7037446 or 16424340. OLE color: 16424340.
HSL color Cylindrical-coordinate representation of color #949DFA: hue angle of 234.71º degrees, saturation: 0.91, 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 #949DFA is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 157 | 250 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.02 |
| HSL | 234.71º | 0.91% | 0.78% | - |
| HSV(B) | 234.71º | 0.41% | 0.98% | - |
| XYZ | 41.53 | 37.31 | 95.46 | - |
| YUV | 164.91 | 176.02 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 250 | 0.41 | 0.37 | 0 | 0.02 | 234.71 | 0.91 | 0.78 |
| Hex | 94 | 9D | FA | 29 | 25 | 0 | 2 | EB | 5B | 4E |
| Octal | 224 | 235 | 372 | 51 | 45 | 0 | 2 | 353 | 133 | 116 |
| Binary | 10010100 | 10011101 | 11111010 | 101001 | 100101 | 0 | 10 | 11101011 | 1011011 | 1001110 |
Color Harmonies of #949DFA
Complementary color
Monochromatic Colors of #949DFA
Black with #949DFA
Text Example
Text Example
White with #949DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DFA; }
p { color: rgb(148,157,250); }
H1.HeaderClassName
{
color: #949DFA;
}
.AnyTagClassName
{
color: #949DFA;
}
</style>
background-color css
<style>
a { background-color: #949DFA; }
a { background-color: rgb(148,157,250); }
div.DivClassName
{
background-color: #949DFA;
}
.BgClassName
{
background-color: #949DFA;
}
</style>
border-color css
<style>
span { border-color: #949DFA; }
span { border-color: rgb(148,157,250); }
td.TdClassName
{
border-color: #949DFA;
}
.TagClassName
{
border-color: #949DFA;
}
</style>