Shades of Portage #949BFC
Tints of Portage #949BFC
RGB
CMYK
RGB Variations
Color information
#949BFC (or 0x949BFC) is known color: Portage. HEX triplet: 94, 9B and FC. RGB value is (148,155,252). Sum of RGB (Red+Green+Blue) = 148+155+252=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #949BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949BFC is #6B6403. Grayscale: #A3A3A3. Windows color (decimal): -7037956 or 16554900. OLE color: 16554900.
HSL color Cylindrical-coordinate representation of color #949BFC: hue angle of 235.96º 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 #949BFC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 155 | 252 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.01 |
| HSL | 235.96º | 0.95% | 0.78% | - |
| HSV(B) | 235.96º | 0.41% | 0.99% | - |
| XYZ | 41.5 | 36.77 | 97 | - |
| YUV | 163.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 252 | 0.41 | 0.38 | 0 | 0.01 | 235.96 | 0.95 | 0.78 |
| Hex | 94 | 9B | FC | 29 | 26 | 0 | 1 | EC | 5F | 4E |
| Octal | 224 | 233 | 374 | 51 | 46 | 0 | 1 | 354 | 137 | 116 |
| Binary | 10010100 | 10011011 | 11111100 | 101001 | 100110 | 0 | 1 | 11101100 | 1011111 | 1001110 |
Color Harmonies of #949BFC
Complementary color
Monochromatic Colors of #949BFC
Black with #949BFC
Text Example
Text Example
White with #949BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BFC; }
p { color: rgb(148,155,252); }
H1.HeaderClassName
{
color: #949BFC;
}
.AnyTagClassName
{
color: #949BFC;
}
</style>
background-color css
<style>
a { background-color: #949BFC; }
a { background-color: rgb(148,155,252); }
div.DivClassName
{
background-color: #949BFC;
}
.BgClassName
{
background-color: #949BFC;
}
</style>
border-color css
<style>
span { border-color: #949BFC; }
span { border-color: rgb(148,155,252); }
td.TdClassName
{
border-color: #949BFC;
}
.TagClassName
{
border-color: #949BFC;
}
</style>