Shades of Portage #949FFF
Tints of Portage #949FFF
RGB
CMYK
RGB Variations
Color information
#949FFF (or 0x949FFF) is known color: Portage. HEX triplet: 94, 9F and FF. RGB value is (148,159,255). Sum of RGB (Red+Green+Blue) = 148+159+255=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #949FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FFF is #6B6000. Grayscale: #A6A6A6. Windows color (decimal): -7036929 or 16752532. OLE color: 16752532.
HSL color Cylindrical-coordinate representation of color #949FFF: hue angle of 233.83º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949FFF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 159 | 255 | - |
| CMYK | 0.42 | 0.38 | 0 | 0 |
| HSL | 233.83º | 1% | 0.79% | - |
| HSV(B) | 233.83º | 0.42% | 1% | - |
| XYZ | 42.66 | 38.31 | 99.75 | - |
| YUV | 166.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 255 | 0.42 | 0.38 | 0 | 0 | 233.83 | 1 | 0.79 |
| Hex | 94 | 9F | FF | 2A | 26 | 0 | 0 | EA | 64 | 4F |
| Octal | 224 | 237 | 377 | 52 | 46 | 0 | 0 | 352 | 144 | 117 |
| Binary | 10010100 | 10011111 | 11111111 | 101010 | 100110 | 0 | 0 | 11101010 | 1100100 | 1001111 |
Color Harmonies of #949FFF
Complementary color
Monochromatic Colors of #949FFF
Black with #949FFF
Text Example
Text Example
White with #949FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FFF; }
p { color: rgb(148,159,255); }
H1.HeaderClassName
{
color: #949FFF;
}
.AnyTagClassName
{
color: #949FFF;
}
</style>
background-color css
<style>
a { background-color: #949FFF; }
a { background-color: rgb(148,159,255); }
div.DivClassName
{
background-color: #949FFF;
}
.BgClassName
{
background-color: #949FFF;
}
</style>
border-color css
<style>
span { border-color: #949FFF; }
span { border-color: rgb(148,159,255); }
td.TdClassName
{
border-color: #949FFF;
}
.TagClassName
{
border-color: #949FFF;
}
</style>