Shades of Portage #949FFC
Tints of Portage #949FFC
RGB
CMYK
RGB Variations
Color information
#949FFC (or 0x949FFC) is known color: Portage. HEX triplet: 94, 9F and FC. RGB value is (148,159,252). Sum of RGB (Red+Green+Blue) = 148+159+252=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #949FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FFC is #6B6003. Grayscale: #A5A5A5. Windows color (decimal): -7036932 or 16555924. OLE color: 16555924.
HSL color Cylindrical-coordinate representation of color #949FFC: hue angle of 233.65º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #949FFC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 159 | 252 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.01 |
| HSL | 233.65º | 0.95% | 0.78% | - |
| HSV(B) | 233.65º | 0.41% | 0.99% | - |
| XYZ | 42.18 | 38.12 | 97.23 | - |
| YUV | 166.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 252 | 0.41 | 0.37 | 0 | 0.01 | 233.65 | 0.95 | 0.78 |
| Hex | 94 | 9F | FC | 29 | 25 | 0 | 1 | EA | 5F | 4E |
| Octal | 224 | 237 | 374 | 51 | 45 | 0 | 1 | 352 | 137 | 116 |
| Binary | 10010100 | 10011111 | 11111100 | 101001 | 100101 | 0 | 1 | 11101010 | 1011111 | 1001110 |
Color Harmonies of #949FFC
Complementary color
Monochromatic Colors of #949FFC
Black with #949FFC
Text Example
Text Example
White with #949FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FFC; }
p { color: rgb(148,159,252); }
H1.HeaderClassName
{
color: #949FFC;
}
.AnyTagClassName
{
color: #949FFC;
}
</style>
background-color css
<style>
a { background-color: #949FFC; }
a { background-color: rgb(148,159,252); }
div.DivClassName
{
background-color: #949FFC;
}
.BgClassName
{
background-color: #949FFC;
}
</style>
border-color css
<style>
span { border-color: #949FFC; }
span { border-color: rgb(148,159,252); }
td.TdClassName
{
border-color: #949FFC;
}
.TagClassName
{
border-color: #949FFC;
}
</style>