Shades of Portage #949CF9
Tints of Portage #949CF9
RGB
CMYK
RGB Variations
Color information
#949CF9 (or 0x949CF9) is known color: Portage. HEX triplet: 94, 9C and F9. RGB value is (148,156,249). Sum of RGB (Red+Green+Blue) = 148+156+249=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #949CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CF9 is #6B6306. Grayscale: #A3A3A3. Windows color (decimal): -7037703 or 16358548. OLE color: 16358548.
HSL color Cylindrical-coordinate representation of color #949CF9: hue angle of 235.25º degrees, saturation: 0.89, 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 #949CF9 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 156 | 249 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.02 |
| HSL | 235.25º | 0.89% | 0.78% | - |
| HSV(B) | 235.25º | 0.41% | 0.98% | - |
| XYZ | 41.2 | 36.91 | 94.58 | - |
| YUV | 164.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 249 | 0.41 | 0.37 | 0 | 0.02 | 235.25 | 0.89 | 0.78 |
| Hex | 94 | 9C | F9 | 29 | 25 | 0 | 2 | EB | 59 | 4E |
| Octal | 224 | 234 | 371 | 51 | 45 | 0 | 2 | 353 | 131 | 116 |
| Binary | 10010100 | 10011100 | 11111001 | 101001 | 100101 | 0 | 10 | 11101011 | 1011001 | 1001110 |
Color Harmonies of #949CF9
Complementary color
Monochromatic Colors of #949CF9
Black with #949CF9
Text Example
Text Example
White with #949CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CF9; }
p { color: rgb(148,156,249); }
H1.HeaderClassName
{
color: #949CF9;
}
.AnyTagClassName
{
color: #949CF9;
}
</style>
background-color css
<style>
a { background-color: #949CF9; }
a { background-color: rgb(148,156,249); }
div.DivClassName
{
background-color: #949CF9;
}
.BgClassName
{
background-color: #949CF9;
}
</style>
border-color css
<style>
span { border-color: #949CF9; }
span { border-color: rgb(148,156,249); }
td.TdClassName
{
border-color: #949CF9;
}
.TagClassName
{
border-color: #949CF9;
}
</style>